[Lunar-commits] <moonbase-other> transcode: Adding a sedit so it will compile with our ffmpeg.
Dennis Veatch
dennisveatch at bellsouth.net
Sun Sep 28 14:26:39 CEST 2014
commit 43ba3e95fba7cc9d5355d5a2f96e7cdea28b4bfa
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Sun, 28 Sep 2014 08:25:54 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/43ba3e95fba7cc9d5355d5a2f96e7cdea28b4bfa
transcode: Adding a sedit so it will compile with our ffmpeg.
---
video/transcode/BUILD | +4/-4
video/transcode/DETAILS | +1/-1
2 files changed, 5 insertions(+), 5 deletions(-)
--- a/video/transcode/BUILD
+++ b/video/transcode/BUILD
@@ -1,12 +1,12 @@
-(
patch_it $SOURCE2 1 &&
+ sedit "s:av_close_input_file(lavf_dmx_context);:avformat_close_input(lavf_dmx_context);:" import/probe_ffmpeg.c &&
+
OPTS+=" --enable-ffmpeg \
--enable-libmpeg2 \
--enable-libmpeg2convert \
- --enable-libpostproc" &&
+ --enable-libpostproc \
+ --enable-experimental" &&
default_build
-
-) > $C_FIFO 2>&1
--- a/video/transcode/DETAILS
+++ b/video/transcode/DETAILS
@@ -8,7 +8,7 @@
SOURCE2_VFY=sha1:a7a9e12411322a0cb6ad45707a44a3fcc16880fc
WEB_SITE=http://www.transcoding.org/cgi-bin/transcode
ENTERED=20020408
- UPDATED=20140722
+ UPDATED=20140927
SHORT="A video stream processor"
cat << EOF
More information about the Lunar-commits
mailing list