From 2d591f283494bbfb7b22816a392379345e920070 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 15 Sep 2008 05:19:22 +0000 Subject: Avoid useless line in libpostproc test. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27613 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 1 - 1 file changed, 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 4c53a28572..8432290538 100755 --- a/configure +++ b/configure @@ -6562,7 +6562,6 @@ if test "$_libpostproc_a" = auto ; then elif test "$_libpostproc_so" = auto ; then _libpostproc_so=no cat > $TMPC << EOF - #define CONFIG_LIBPOSTPROC 1 #include #include int main(void) { pp_get_mode_by_name_and_quality("de", 0); return 0; } -- cgit v1.2.3