[MPlayer-cvslog] r26152 - trunk/libaf/af_lavcac3enc.c
    diego 
    subversion at mplayerhq.hu
       
    Mon Mar  3 20:32:16 CET 2008
    
    
  
Author: diego
Date: Mon Mar  3 20:32:15 2008
New Revision: 26152
Log:
Add directory names to libavcodec #includes.
Modified:
   trunk/libaf/af_lavcac3enc.c
Modified: trunk/libaf/af_lavcac3enc.c
==============================================================================
--- trunk/libaf/af_lavcac3enc.c	(original)
+++ trunk/libaf/af_lavcac3enc.c	Mon Mar  3 20:32:15 2008
@@ -30,8 +30,8 @@
 #include "help_mp.h"
 #include "reorder_ch.h"
 
-#include "avcodec.h"
-#include "ac3.h"
+#include "libavcodec/avcodec.h"
+#include "libavcodec/ac3.h"
 
 // Data for specific instances of this filter
 typedef struct af_ac3enc_s {
    
    
More information about the MPlayer-cvslog
mailing list