Avoid useless line in libpostproc test.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27613 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-09-15 05:19:22 +00:00
parent da1f355a05
commit 2d591f2834
1 changed files with 0 additions and 1 deletions

1
configure vendored
View File

@ -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 <inttypes.h>
#include <libpostproc/postprocess.h>
int main(void) { pp_get_mode_by_name_and_quality("de", 0); return 0; }