diff options
| author | phintuka <phintuka> | 2011-06-11 08:38:43 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2011-06-11 08:38:43 +0000 |
| commit | b611ad2db3e36ce41f8d1630c8b5adf18e6b7ace (patch) | |
| tree | 89c232da91958acfa36a25f4d711ec78977ac51a | |
| parent | 37bc55c2142bb3a3539bc9de72c2b70c3a90cefd (diff) | |
| download | xineliboutput-b611ad2db3e36ce41f8d1630c8b5adf18e6b7ace.tar.gz xineliboutput-b611ad2db3e36ce41f8d1630c8b5adf18e6b7ace.tar.bz2 | |
Cosmetics
| -rwxr-xr-x | configure | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -7,7 +7,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# * $Id: configure,v 1.37 2011-06-11 08:37:10 phintuka Exp $ +# * $Id: configure,v 1.38 2011-06-11 08:38:43 phintuka Exp $ # PKG_CONFIG="pkg-config" @@ -350,11 +350,11 @@ test_pkgconfig [ $debug = yes ] && \ test_library X11 do_error "none.h" "-lnolib" -test_library VDR libextractor "extractor.h" "-lextractor" "EXTRACTOR_getKeywords(0,0)" -test_library VDR libcap "sys/capability.h" "-lcap" "cap_get_proc()" +test_library VDR libextractor "extractor.h" "-lextractor" "EXTRACTOR_getKeywords(0,0)" +test_library VDR libcap "sys/capability.h" "-lcap" "cap_get_proc()" test_library VDR libbluray "libbluray/bluray.h" "-lbluray" "bd_get_disc_info(0)" -test_library XINE libxine "xine.h" "-lxine" "xine_init(0)" -test_library DLFCN dlfcn "dlfcn.h" "-ldl" "dlopen(0,0)" +test_library XINE libxine "xine.h" "-lxine" "xine_init(0)" +test_library DLFCN dlfcn "dlfcn.h" "-ldl" "dlopen(0,0)" if enabled libxine; then |
