diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-06-01 21:37:48 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-06-01 21:37:48 +0000 |
commit | 6d9a2421061f7a3481c9ea5cc4148313ee63c511 (patch) | |
tree | 0a65923d6525d40a04c296470d8efc08449005bb /libavcodec/liba52 | |
parent | dcd479c0339ffc73452d1524cda36bc29463e0e0 (diff) | |
download | ffmpeg-6d9a2421061f7a3481c9ea5cc4148313ee63c511.tar.gz |
libavcodec/libpostproc ---> libpostproc
Originally committed as revision 5440 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/liba52')
-rw-r--r-- | libavcodec/liba52/resample.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/liba52/resample.c b/libavcodec/liba52/resample.c index faa6877fdd..56a5b1158f 100644 --- a/libavcodec/liba52/resample.c +++ b/libavcodec/liba52/resample.c @@ -7,7 +7,7 @@ #include "a52.h" #include "mm_accel.h" #include "config.h" -#include "../libpostproc/mangle.h" +#include "../../libpostproc/mangle.h" int (* a52_resample) (float * _f, int16_t * s16)=NULL; |