changeset 5874:59a28f4efbb4

10l
author arpi
date Sat, 27 Apr 2002 23:35:23 +0000
parents 74cbaabeaa33
children bcf5220e98af
files libmpcodecs/vf.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf.c	Sat Apr 27 23:34:44 2002 +0000
+++ b/libmpcodecs/vf.c	Sat Apr 27 23:35:23 2002 +0000
@@ -46,7 +46,9 @@
     &vf_info_rotate,
     &vf_info_mirror,
     &vf_info_palette,
+#ifdef USE_LIBAVCODEC
     &vf_info_lavc,
+#endif
     NULL
 };