From ee79e97c5eb4086aba5bb432ad95948ad7af90d8 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 29 Jan 2003 12:16:18 +0000 Subject: [PATCH] CONFIG_RISKY git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9156 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure b/configure index c969dd5c2d..cfa5ec6827 100755 --- a/configure +++ b/configure @@ -4783,6 +4783,7 @@ STREAMING_LIB = $_ld_streaming $_ld_live VIDIX = $_vidix PP_LIB = $_ld_pp SHARED_PP = $_shared_pp +CONFIG_RISKY = yes LIBMENU = $_menu OPENDIVX = $_opendivx @@ -5095,6 +5096,9 @@ $_def_dshow $_def_libavcodec $_def_libavcodecso +/* risky codecs */ +#define CONFIG_RISKY 1 + /* Use libavcodec's decoders */ #define CONFIG_DECODERS 1 /* Use libavcodec's encoders */