diff libmpcodecs/vf.c @ 23121:a257dd426da5

Simplify preprocessor directives: There is a general variable for static/shared FFmpeg libraries now.
author diego
date Thu, 26 Apr 2007 15:10:07 +0000
parents a27a3743f4b9
children 9f81c2175803
line wrap: on
line diff
--- a/libmpcodecs/vf.c	Thu Apr 26 13:26:41 2007 +0000
+++ b/libmpcodecs/vf.c	Thu Apr 26 15:10:07 2007 +0000
@@ -107,7 +107,7 @@
 #endif
     &vf_info_crop,
     &vf_info_expand,
-#if defined(USE_LIBPOSTPROC) || defined(USE_LIBPOSTPROC_SO)
+#ifdef USE_LIBPOSTPROC
     &vf_info_pp,
 #endif
     &vf_info_scale,