fix ffmpeg path
continuous-integration/drone/tag Build is passing
Details
continuous-integration/drone/tag Build is passing
Details
This commit is contained in:
parent
8dd78a16b2
commit
b71c1cc06f
|
@ -25,7 +25,7 @@ steps:
|
||||||
mkdir /usr/local/src/ffmpeg
|
mkdir /usr/local/src/ffmpeg
|
||||||
cd /usr/local/src/ffmpeg
|
cd /usr/local/src/ffmpeg
|
||||||
apt-get source ffmpeg
|
apt-get source ffmpeg
|
||||||
echo 'CONFIG+= --enable-nvenc --enable-cuda' >> ffmpeg-*/debian/rules
|
echo 'CONFIG+= --enable-nvenc --enable-cuda' >> $(ls ffmpeg-*/debian/rules)
|
||||||
cd ffmpeg-* && dpkg-buildpackage -r -b -j12 && cd ..
|
cd ffmpeg-* && dpkg-buildpackage -r -b -j12 && cd ..
|
||||||
cp *.deb /drone/src
|
cp *.deb /drone/src
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue