[vlc-commits] avformat: avformat.h is always present

Rafaël Carré git at videolan.org
Fri Aug 16 13:26:12 CEST 2013


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Aug 15 16:54:22 2013 +0200| [ad32b935832886aa0479de3b40921db8161ecdf8] | committer: Rafaël Carré

avformat: avformat.h is always present

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ad32b935832886aa0479de3b40921db8161ecdf8
---

 modules/demux/avformat/demux.c |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/modules/demux/avformat/demux.c b/modules/demux/avformat/demux.c
index 8f362dd..b0f73de 100644
--- a/modules/demux/avformat/demux.c
+++ b/modules/demux/avformat/demux.c
@@ -56,9 +56,6 @@
 
 //#define AVFORMAT_DEBUG 1
 
-/* Version checking */
-#if defined(HAVE_FFMPEG_AVFORMAT_H) || defined(HAVE_LIBAVFORMAT_AVFORMAT_H)
-
 # define HAVE_AVUTIL_CODEC_ATTACHMENT 1
 
 /*****************************************************************************
@@ -1035,5 +1032,3 @@ static int64_t IOSeek( void *opaque, int64_t offset, int whence )
 
     return stream_Tell( p_demux->s );
 }
-
-#endif /* HAVE_LIBAVFORMAT_AVFORMAT_H */



More information about the vlc-commits mailing list