changeset 13859:1b0d5a6ab7dc

libavcodec.so headers patch by (Glenn Washburn <glenniii at mail dot utexas dot edu>)
author michael
date Wed, 03 Nov 2004 01:53:56 +0000
parents 4178a4eee72c
children d6f716fdd734
files libaf/af_lavcresample.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libaf/af_lavcresample.c	Wed Nov 03 00:08:03 2004 +0000
+++ b/libaf/af_lavcresample.c	Wed Nov 03 01:53:56 2004 +0000
@@ -11,8 +11,13 @@
 
 #ifdef USE_LIBAVCODEC
 
+#ifdef USE_LIBAVCODEC_SO
+#include <ffmpeg/avcodec.h>
+#include <ffmpeg/rational.h>
+#else
 #include "../libavcodec/avcodec.h"
 #include "../libavcodec/rational.h"
+#endif
 
 #define CHANS 6