changeset 11998:92e50387211a

fix compilation without libavcodec
author henry
date Thu, 26 Feb 2004 14:41:42 +0000
parents 48b5bfb25dc0
children 239623f1e8a1
files libmpcodecs/vf.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf.c	Wed Feb 25 11:52:40 2004 +0000
+++ b/libmpcodecs/vf.c	Thu Feb 26 14:41:42 2004 +0000
@@ -164,7 +164,9 @@
     &vf_info_yuvcsp,
     &vf_info_kerndeint,
     &vf_info_rgbtest,
+#ifdef USE_LIBAVCODEC
     &vf_info_qp,
+#endif
     NULL
 };