diff libmpcodecs/vd_libdv.c @ 18771:a1807995e2ab

Move #ifdefs around complete files into the build system.
author diego
date Wed, 21 Jun 2006 14:49:09 +0000
parents 1eadce15446c
children 4faee1254928
line wrap: on
line diff
--- a/libmpcodecs/vd_libdv.c	Wed Jun 21 13:50:06 2006 +0000
+++ b/libmpcodecs/vd_libdv.c	Wed Jun 21 14:49:09 2006 +0000
@@ -7,8 +7,6 @@
 
 #include "config.h"
 
-#ifdef HAVE_LIBDV095
-
 #include "img_format.h"
 
 #include <libdv/dv.h>
@@ -83,5 +81,3 @@
    
    return mpi;
 }
-#endif
-