@@ -1,5 +1,8 @@ | |||
SHELL:=/bin/bash | |||
test: | |||
touch fake.deb | |||
ffmpeg: | |||
# git clone git://git.videolan.org/x264.git | |||
#git clone https://github.com/rayburgemeestre/x264 | |||
@@ -8,6 +11,7 @@ ffmpeg: | |||
git clone git://source.ffmpeg.org/ffmpeg.git | |||
bash ../ubuntu1804.sh make ffmpeg_impl | |||
bash ../ubuntu1804.sh make package | |||
ffmpeg_impl: | |||
apt-get update |