summaryrefslogtreecommitdiffstats
path: root/multimedia/vlc-devel/files/patch-modules_stream_out_switcher.c
blob: 3952ddff1848e397c7d2f6272d63053fcf4aa042 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- modules/stream_out/switcher.c.orig  Wed Mar 23 03:57:15 2005
+++ modules/stream_out/switcher.c   Wed Mar 23 03:57:50 2005
@@ -44,7 +44,7 @@
 #ifdef HAVE_POSTPROC_POSTPROCESS_H
 #   include <postproc/postprocess.h>
 #else
-#   include <libpostproc/postprocess.h>
+#   include <ffmpeg/postproc/postprocess.h>
 #endif
 
 #define SOUT_CFG_PREFIX "sout-switcher-"