Mercurial > mplayer.hg
changeset 27581:ac61ea373b4a
Avoid useless line in libpostproc test.
author | diego |
---|---|
date | Mon, 15 Sep 2008 05:19:22 +0000 |
parents | 9ff7a64a51fa |
children | 34d3e0c8487a |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Sep 15 03:33:09 2008 +0000 +++ b/configure Mon Sep 15 05:19:22 2008 +0000 @@ -6562,7 +6562,6 @@ 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; }