]> git.sesse.net Git - vlc/commitdiff
* ./vlc.spec: fixed build dependencies.
authorSam Hocevar <sam@videolan.org>
Thu, 18 Apr 2002 19:38:57 +0000 (19:38 +0000)
committerSam Hocevar <sam@videolan.org>
Thu, 18 Apr 2002 19:38:57 +0000 (19:38 +0000)
  * ./configure.in: when -lintl is available, we now also link plugins with it.

ChangeLog
configure
configure.in
vlc.spec

index d9e69f29c777411227c7b08f1df9592c8f2d7584..b127259af09586708be0228726463e720af7540b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,8 @@ HEAD
 0.3.1
 Thu, 18 Apr 2002 06:43:42 +0200
 
+  * ./vlc.spec: fixed build dependencies.
+  * ./configure.in: when -lintl is available, we now also link plugins with it.
   * ./include/threads.h: fixed a segfault under Solaris, thanks to Meuuh.
   * ./plugins/spudec/spu_decoder.c: RGB 24bpp and 32bpp support.
   * ./configure.in: switched version to 0.3.1.
index ade8113bdfdd45cfccd56168ee5073265720a2b2..4029a33231fbfa52714716e2ed7509917efb4cb5 100755 (executable)
--- a/configure
+++ b/configure
@@ -3901,7 +3901,7 @@ LIBS="$ac_save_LIBS"
 fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
-  vlc_LDFLAGS="${vlc_LDFLAGS} -lintl"
+  save_LDFLAGS="${save_LDFLAGS} -lintl"
 else
   echo "$ac_t""no" 1>&6
 fi
index 3b5626a2f384ce40cd2c6c319a4ddd400695118e..741834cb7d56b72697b594ffe3bd07e16e98cea3 100644 (file)
@@ -133,7 +133,7 @@ AC_CHECK_FUNC(inet_aton,,[
   AC_CHECK_LIB(resolv,inet_aton,ipv4_LDFLAGS="${ipv4_LDFLAGS} -lresolv")
 ])
 AC_CHECK_FUNC(textdomain,,[
-  AC_CHECK_LIB(intl,textdomain,vlc_LDFLAGS="${vlc_LDFLAGS} -lintl")
+  AC_CHECK_LIB(intl,textdomain,save_LDFLAGS="${save_LDFLAGS} -lintl")
 ])
 
 dnl Check for getopt
index e952bc3788ecf524239f8c26de1be5c15d1f4bcd..211f23a2d306862c9a587ff29a458c6af3271d92 100644 (file)
--- a/vlc.spec
+++ b/vlc.spec
@@ -38,7 +38,8 @@ Buildrequires:        libarts-devel
 Buildrequires: libggi-devel
 Buildrequires: aalib-devel
 Buildrequires: SDL-devel
-Buildrequires: liba52-devel
+Buildrequires: liba52dec-devel
+Buildrequires: libmad-devel
 
 %description
 VideoLAN is a free network-aware MPEG and DVD player.