svn commit: r331624 - head/net/mediatomb/files

William Grzybowski wg at FreeBSD.org
Fri Oct 25 18:40:11 UTC 2013


Author: wg
Date: Fri Oct 25 18:40:10 2013
New Revision: 331624
URL: http://svnweb.freebsd.org/changeset/ports/331624

Log:
  net/mediatomb: fix patch for ffmpeg2 support
  
  - Fix patch for ffmpeg2 support
  
  PR:		ports/183269
  Submitted by:	Andriy Syrovenko <andriys gmail.com>

Modified:
  head/net/mediatomb/files/patch-livav9

Modified: head/net/mediatomb/files/patch-livav9
==============================================================================
--- head/net/mediatomb/files/patch-livav9	Fri Oct 25 18:38:03 2013	(r331623)
+++ head/net/mediatomb/files/patch-livav9	Fri Oct 25 18:40:10 2013	(r331624)
@@ -12,6 +12,15 @@ diff -burN mediatomb-0.12.1.old//src/met
  		if (tag && tag->value && tag->value[0])
  		{
  			log_debug("Added metadata %s: %s\n", m->avname, tag->value);
+@@ -281,7 +281,7 @@
+     int x = 0;
+     int y = 0;
+
+-	AVFormatContext *pFormatCtx;
++	AVFormatContext *pFormatCtx = 0;
+ 	
+ 	// Suppress all log messages
+ 	av_log_set_callback(FfmpegNoOutputStub);
 @@ -290,14 +290,14 @@
      av_register_all();
  


More information about the svn-ports-all mailing list