changeset 26120:24ba95d88181

Add directory names to libavcodec #includes.
author diego
date Mon, 03 Mar 2008 19:32:15 +0000
parents b4b2ff12065e
children 752e40637551
files libaf/af_lavcac3enc.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libaf/af_lavcac3enc.c	Mon Mar 03 19:31:38 2008 +0000
+++ b/libaf/af_lavcac3enc.c	Mon Mar 03 19:32:15 2008 +0000
@@ -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 {