summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-22 18:11:35 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-22 18:11:35 +0000
commit65f186f4d08b5543a809261c0e970c00e860b22f (patch)
tree1b6e79b836bfb74a633015f047b0da3ca0f869ea /cfg-common.h
parent062bf105c0d3376907d2ed7fd12d4469c0feeb95 (diff)
downloadmpv-65f186f4d08b5543a809261c0e970c00e860b22f.tar.bz2
mpv-65f186f4d08b5543a809261c0e970c00e860b22f.tar.xz
proper support for shared libpostproc
patch by Nico Sabbi, fixes and consistency cleanups by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17464 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 8e3cebc4fa..5d6b360f90 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -192,7 +192,7 @@
{"oldpp", "MPlayer was compiled without the OpenDivX library.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
#endif
{"npp", "-npp has been removed, use -vf pp and read the fine manual.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
-#ifdef FF_POSTPROCESS
+#if defined(USE_LIBPOSTPROC) || defined(USE_LIBPOSTPROC_SO)
{"pphelp", &pp_help, CONF_TYPE_PRINT_INDIRECT, CONF_NOCFG, 0, 0, NULL},
#endif