diff cfg-common.h @ 11141:1ed8e514c725

Fix compilation when libavcodec is missing. Patch by Nico <nsabbi@libero.it>
author attila
date Thu, 16 Oct 2003 08:45:10 +0000
parents 5c5579281819
children dad43bc55cfc
line wrap: on
line diff
--- a/cfg-common.h	Thu Oct 16 08:26:40 2003 +0000
+++ b/cfg-common.h	Thu Oct 16 08:45:10 2003 +0000
@@ -166,7 +166,7 @@
         {"oldpp", "MPlayer was compiled without opendivx library\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
 #endif
 	{"npp", "-npp has been removed, use -vop pp and read the fine manual\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
-#ifdef USE_LIBAVCODEC
+#ifdef FF_POSTPROCESS
         {"pphelp", &pp_help, CONF_TYPE_PRINT_INDIRECT, CONF_NOCFG, 0, 0, NULL},
 #endif