diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-09-08 21:05:43 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-09-08 21:05:43 +0000 |
commit | 742d87d633d20f2b1dcd7f0d2427f15cb6ac40c6 (patch) | |
tree | dcb22c2a9289e3be517adc119c43507a15af92ef /libavcodec/resample.c | |
parent | ca4a77c5b3b07de08069c6c9f9f320267f08d90e (diff) | |
download | ffmpeg-742d87d633d20f2b1dcd7f0d2427f15cb6ac40c6.tar.gz |
removed os_support.h
Originally committed as revision 2227 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/resample.c')
-rw-r--r-- | libavcodec/resample.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/resample.c b/libavcodec/resample.c index c4ae085f93..2a8d6a0234 100644 --- a/libavcodec/resample.c +++ b/libavcodec/resample.c @@ -23,7 +23,6 @@ */ #include "avcodec.h" -#include "os_support.h" typedef struct { /* fractional resampling */ |