summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorLuca Abeni <lucabe72@email.it>2007-11-21 16:33:06 +0000
committerLuca Abeni <lucabe72@email.it>2007-11-21 16:33:06 +0000
commit087b327287c657aa12108250a39aad0cfca241b8 (patch)
tree8cdf1d99dcf2546f9066d611679a1da9ff1e6399 /libavformat/avformat.h
parenta960a1e041fd2647b806f744ca0e409c30bd8d32 (diff)
Include os_support.h only when needed
Originally committed as revision 11073 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 5061b21c9a..900122c6f1 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -890,8 +890,6 @@ int avf_sdp_create(AVFormatContext *ac[], int n_files, char *buff, int size);
#ifdef HAVE_AV_CONFIG_H
-#include "os_support.h"
-
void __dynarray_add(unsigned long **tab_ptr, int *nb_ptr, unsigned long elem);
#ifdef __GNUC__