mirror of https://github.com/mpv-player/mpv
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:
parent
4ba4e17b71
commit
b355c3aa67
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue