]> git.pld-linux.org Git - packages/zoneminder.git/blame - zoneminder-ffmpeg.patch
- fix lib{avformat,swscale} includes dir
[packages/zoneminder.git] / zoneminder-ffmpeg.patch
CommitLineData
effb74d5
SS
1--- ZoneMinder-1.23.3/src/zm_mpeg.h.orig 2008-10-13 00:03:08.282338146 +0200
2+++ ZoneMinder-1.23.3/src/zm_mpeg.h 2008-10-13 00:03:49.279520503 +0200
3@@ -26,9 +26,9 @@
4
5 extern "C" {
6 #define __STDC_CONSTANT_MACROS
7-#include <ffmpeg/avformat.h>
8+#include <libavformat/avformat.h>
9 #if HAVE_LIBSWSCALE
10-#include <ffmpeg/swscale.h>
11+#include <libswscale/swscale.h>
12 #endif // HAVE_LIBSWSCALE
13 }
14
This page took 0.063832 seconds and 4 git commands to generate.