SOURCES: zoneminder-ffmpeg.patch - fix lib{avformat, swscale} includes dir

sls sls at pld-linux.org
Mon Oct 13 18:11:37 CEST 2008


Author: sls                          Date: Mon Oct 13 16:11:37 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix lib{avformat,swscale} includes dir

---- Files affected:
SOURCES:
   zoneminder-ffmpeg.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/zoneminder-ffmpeg.patch
diff -u /dev/null SOURCES/zoneminder-ffmpeg.patch:1.3
--- /dev/null	Mon Oct 13 18:11:38 2008
+++ SOURCES/zoneminder-ffmpeg.patch	Mon Oct 13 18:11:31 2008
@@ -0,0 +1,14 @@
+--- ZoneMinder-1.23.3/src/zm_mpeg.h.orig	2008-10-13 00:03:08.282338146 +0200
++++ ZoneMinder-1.23.3/src/zm_mpeg.h	2008-10-13 00:03:49.279520503 +0200
+@@ -26,9 +26,9 @@
+ 
+ extern "C" {
+ #define __STDC_CONSTANT_MACROS
+-#include <ffmpeg/avformat.h>
++#include <libavformat/avformat.h>
+ #if HAVE_LIBSWSCALE
+-#include <ffmpeg/swscale.h>
++#include <libswscale/swscale.h>
+ #endif // HAVE_LIBSWSCALE
+ }
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/zoneminder-ffmpeg.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list