]> git.sesse.net Git - vlc/commitdiff
modules/ffmpeg: Revert change, there is a better way of detecting this.
authorFaustino Osuna <riquedafreak@videolan.org>
Wed, 27 Feb 2008 04:15:09 +0000 (04:15 +0000)
committerFaustino Osuna <riquedafreak@videolan.org>
Wed, 27 Feb 2008 04:15:09 +0000 (04:15 +0000)
modules/codec/ffmpeg/scale.c

index cf9b419da0205964b60895ed415b0ce15367322c..b238bf8d63e1087daadf0fcbc98222d00ca2e238 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifdef HAVE_FFMPEG_SWSCALE_H
 #   include <ffmpeg/swscale.h>
-#elif defined(HAVE_LIBSWSCALE_TREE) || defined(HAVE_SWSCALE_H)
+#elif defined(HAVE_LIBSWSCALE_TREE)
 #   include <swscale.h>
 #endif