]> git.sesse.net Git - vlc/commitdiff
* ALL: bumped revision number to 0.7.1
authorGildas Bazin <gbazin@videolan.org>
Sun, 29 Feb 2004 13:05:22 +0000 (13:05 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 29 Feb 2004 13:05:22 +0000 (13:05 +0000)
* modules/audio_filter/converter/dtstofloat32.c: update for libdts-0.0.2

configure.ac
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
extras/MacOSX/vlc.pbproj/project.pbxproj
modules/audio_filter/converter/dtstofloat32.c

index aaae5a61cf301c53d2d37668529ae9a227b12ace..1ee8d0b2bf8f7f63b828168c9374779dfe19dae0 100644 (file)
@@ -1,7 +1,7 @@
 dnl Autoconf settings for vlc
-dnl $Id: configure.ac,v 1.184 2004/02/22 15:03:33 gbazin Exp $
+dnl $Id: configure.ac,v 1.185 2004/02/29 13:05:21 gbazin Exp $
 
-AC_INIT(vlc,0.7.1-test2)
+AC_INIT(vlc,0.7.1)
 
 CONFIGURE_LINE="$0 $*"
 CODENAME="Bond"
@@ -13,7 +13,7 @@ AC_CANONICAL_SYSTEM
 
 dnl XXX: we don't put any flags here, because automake 1.5 doesn't support
 dnl them. And we need the comma otherwize automake will choke on it.
-AM_INIT_AUTOMAKE(vlc,0.7.1-test2)
+AM_INIT_AUTOMAKE(vlc,0.7.1)
 AM_CONFIG_HEADER(config.h)
 
 dnl
@@ -2120,7 +2120,7 @@ AC_ARG_ENABLE(dts,
   [  --enable-dts            DTS Coherent Acoustics support with libdts (default enabled)])
 if test "${enable_dts}" != "no"; then
   AC_ARG_WITH(dts-tree,
-    [    --with-dts-tree=PATH  dtsdec tree for static linking ],[],[])
+    [    --with-dts-tree=PATH  libdts tree for static linking ],[],[])
   if test "${with_dts_tree}" != "no" -a -n "${with_dts_tree}"
   then
     real_dts_tree="`cd ${with_dts_tree} 2>/dev/null && pwd`"
@@ -2130,22 +2130,21 @@ if test "${enable_dts}" != "no"; then
       AC_MSG_RESULT(no)
       AC_MSG_ERROR([${with_dts_tree} directory doesn't exist])
     fi
-    dnl  Use a custom dtsdec
+    dnl  Use a custom libdts
     AC_MSG_CHECKING(for dts.h in ${real_dts_tree}/include)
     if test -f ${real_dts_tree}/include/dts.h
     then
       AC_MSG_RESULT(yes)
-      AX_ADD_CPPFLAGS([dtstofloat32],[-I${real_dts_tree}])
+      AX_ADD_CPPFLAGS([dtstofloat32],[-I${real_dts_tree}/include])
       AX_ADD_LDFLAGS([dtstofloat32],[-L${real_dts_tree}/libdts/.libs])
       LDFLAGS="${LDFLAGS_save} ${LDFLAGS_dtstofloat32}"
       AC_CHECK_LIB(dts, dts_free, [
         AX_ADD_BUILTINS([dtstofloat32])
-        AX_ADD_CPPFLAGS([dtstofloat32],[-DUSE_DTSDEC_TREE])
         AX_ADD_LDFLAGS([dtstofloat32],[-ldts])
         ],[
         if test -f ${real_dts_tree}/libdts/.libs/libdts.a
         then
-          AC_MSG_ERROR([make sure you have at least dtsdec-0.1.0])
+          AC_MSG_ERROR([make sure you have at least libdts-0.0.2])
         else
           AC_MSG_ERROR([the specified tree hasn't been compiled])
         fi
@@ -2156,7 +2155,7 @@ if test "${enable_dts}" != "no"; then
       AC_MSG_ERROR([the specified tree doesn't have dts.h])
     fi
   else
-    AC_CHECK_HEADERS(dtsdec/dts.h, [
+    AC_CHECK_HEADERS(dts.h, [
       AC_CHECK_LIB(dts, dts_free, [
         AX_ADD_PLUGINS([dtstofloat32])
         AX_ADD_LDFLAGS([dtstofloat32],[-ldts])
index bb4bb1e6ab4e856579fcae9169879b1c394c4ef8..c63821b2d5a279b1db741c92f1b2c544f7d2058a 100644 (file)
@@ -1,6 +1,6 @@
 /* Localized versions of Info.plist keys */
 
 CFBundleName = "VLC";
-CFBundleShortVersionString = "0.7.1-test2";
-CFBundleGetInfoString = "VLC media player 0.7.1-test2, Copyright (c) 1996-2004 VideoLAN.";
+CFBundleShortVersionString = "0.7.1";
+CFBundleGetInfoString = "VLC media player 0.7.1, Copyright (c) 1996-2004 VideoLAN.";
 NSHumanReadableCopyright = "Copyright (c) 1996-2004 VideoLAN.";
index 284a2ea323171dfd81e7b42709c54d38db74f81c..08305a65abe103022cdc97dcad44f2c70ca361af 100644 (file)
        <key>CFBundleExecutable</key>
        <string>VLC</string>
        <key>CFBundleGetInfoString</key>
-       <string>VLC media player 0.7.1-test2, Copyright (c) 1996-2003 VideoLAN.</string>
+       <string>VLC media player 0.7.1, Copyright (c) 1996-2003 VideoLAN.</string>
        <key>CFBundleIconFile</key>
        <string>vlc.icns</string>
        <key>CFBundleIdentifier</key>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
-       <string>0.7.1-test2</string>
+       <string>0.7.1</string>
        <key>CFBundleSignature</key>
        <string>VLC#</string>
        <key>CFBundleURLTypes</key>
                </dict>
        </array>
        <key>CFBundleVersion</key>
-       <string>0.7.1-test2</string>
+       <string>0.7.1</string>
        <key>NSAppleScriptEnabled</key>
        <string>YES</string>
        <key>NSMainNibFile</key>
index d42d60c9a9e0bf04d774cd933272e5da07e706c6..51112427478569be9076e0ee8f4ed7f00e42aa09 100644 (file)
@@ -4,7 +4,7 @@
  *   (http://www.videolan.org/dtsdec/).
  *****************************************************************************
  * Copyright (C) 2001, 2002 VideoLAN
- * $Id: dtstofloat32.c,v 1.1 2004/02/05 22:56:12 gbazin Exp $
+ * $Id: dtstofloat32.c,v 1.2 2004/02/29 13:05:22 gbazin Exp $
  *
  * Author: Gildas Bazin <gbazin@netcourrier.com>
  *      
 #include <stdlib.h>                                      /* malloc(), free() */
 #include <string.h>                                              /* strdup() */
 
-#ifdef USE_DTSDEC_TREE                                 /* libdts header file */
-#   include "include/dts.h"
-#else
-#   include "dtsdec/dts.h"
-#endif
+#include <dts.h>                                       /* libdts header file */
 
 #include "audio_output.h"
 #include "aout_internal.h"