Skip to content

Commit

Permalink
transcode: Adding a sedit so it will compile with our ffmpeg.
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Sep 28, 2014
1 parent 8b52dab commit 43ba3e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 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
2 changes: 1 addition & 1 deletion video/transcode/DETAILS
Expand Up @@ -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
Expand Down

0 comments on commit 43ba3e9

Please sign in to comment.