diff options
author | Sam Bingner <sam@bingner.com> | 2019-04-03 23:49:15 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-04-09 23:20:40 -1000 |
commit | bc22a1677d844ed517d781da667190f97b100ab7 (patch) | |
tree | 7305b50c2820444e7efa542e92808529709fc6cb /data/x264/make.sh | |
parent | 9ca3323a117b3d3e694665d32a3fecfd63dfd1fb (diff) |
Begin standardizing lib packages used by ffmpeg
Diffstat (limited to 'data/x264/make.sh')
-rw-r--r-- | data/x264/make.sh | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/data/x264/make.sh b/data/x264/make.sh index c8be07a8b..909566a37 100644 --- a/data/x264/make.sh +++ b/data/x264/make.sh @@ -1,6 +1,2 @@ -pkg:setup -cp "${PKG_DATA}"/gas-preprocessor.pl . -# Host requires perl. -CC="${PKG_TARG}-gcc" AS="./gas-preprocessor.pl -arch $(echo ${PKG_TARG} | sed -e 's/-.*//') -- ${PKG_TARG}-gcc" pkg:configure --enable-shared --disable-lsmash --enable-strip --cross-prefix="${PKG_TARG}-" -pkg:make -pkg:install +pkg: mkdir -p /usr/bin +cp -a "$(PKG_DEST_ _x264)"/usr/bin/* "${PKG_DEST}"/usr/bin |