Add directory names to libavcodec #includes.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26152 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-03-03 19:32:15 +00:00
parent 4ba4e17b71
commit b355c3aa67
1 changed files with 2 additions and 2 deletions

View File

@ -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 {