Explorar el Código

Temp test + fix for packaging ffmpeg

master
Ray Burgemeestre hace 5 años
padre
commit
9cdd08bc7d
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      ffmpeg/Makefile

+ 4
- 0
ffmpeg/Makefile Ver fichero

@@ -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

Cargando…
Cancelar
Guardar