Removes the extra code to preserve global cflags and extralibs.

Signed-off-by: James Almer <jamr...@gmail.com>
---
Removed the bogus avplay_extralibs line. It's added automatically as sdl is
listed as a dependency of avplay.

 configure | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/configure b/configure
index cd60ae865..4b359ffec 100755
--- a/configure
+++ b/configure
@@ -4873,10 +4873,7 @@ fi
 
 # SDL is "special" and adds some CFLAGS that should not pollute anything else.
 if enabled avplay; then
-    CFLAGS_SAVE=$CFLAGS
-    check_pkg_config sdl "sdl >= 1.2.1 sdl < 1.3.0" SDL_events.h SDL_PollEvent 
&&
-    sdl_cflags=$pkg_cflags
-    CFLAGS=$CFLAGS_SAVE
+    test_pkg_config sdl "sdl >= 1.2.1 sdl < 1.3.0" SDL_events.h SDL_PollEvent
 fi
 
 ! disabled pod2man   && check_cmd pod2man --help     && enable pod2man   || 
disable pod2man
-- 
2.14.1

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to