FreeBSD Bugzilla – Attachment 148001 Details for
Bug 194161
[MAINTAINER] multimedia/transcode: Fix build, handle upcoming ffmpeg 2.4 update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
transcode-1.1.7_17.patch
transcode-1.1.7_17.patch (text/plain), 1.58 KB, created by
Naram Qashat
on 2014-10-05 18:23:10 UTC
(
hide
)
Description:
transcode-1.1.7_17.patch
Filename:
MIME Type:
Creator:
Naram Qashat
Created:
2014-10-05 18:23:10 UTC
Size:
1.58 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 370099) >+++ Makefile (working copy) >@@ -16,6 +16,7 @@ > > USE_LDCONFIG= yes > USES= gmake pkgconfig tar:bzip2 libtool >+USE_GCC= any > WANT_SDL= yes > WANT_GNOME= yes > GNU_CONFIGURE= yes >@@ -22,6 +23,7 @@ > CONFIGURE_ARGS= --enable-oss > CPPFLAGS+= -isystem ${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib >+INSTALL_TARGET= install-strip > > NO_OPTIONS_SORT= yes > OPTIONS_DEFINE= DOCS OPTIMIZED_CFLAGS X11 MPEG2 BKTR POSTPROC FREETYPE LAME \ >@@ -149,6 +151,6 @@ > > post-stage: > @(cd ${STAGEDIR}${PREFIX} && \ >- ${FIND} -s lib/transcode -type f >> ${TMPPLIST}) >+ ${FIND} -s lib/transcode -type f -or -type l >> ${TMPPLIST}) > > .include <bsd.port.mk> >Index: files/patch-import__probe_ffmpeg.c >=================================================================== >--- files/patch-import__probe_ffmpeg.c (revision 0) >+++ files/patch-import__probe_ffmpeg.c (working copy) >@@ -0,0 +1,11 @@ >+--- import/probe_ffmpeg.c.orig 2011-11-19 16:50:27 UTC >++++ import/probe_ffmpeg.c >+@@ -120,7 +120,7 @@ >+ >+ translate_info(lavf_dmx_context, ipipe->probe_info); >+ >+- av_close_input_file(lavf_dmx_context); >++ avformat_close_input(lavf_dmx_context); >+ return; >+ } >+ > >Property changes on: files/patch-import__probe_ffmpeg.c >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194161
: 148001