Commit eb8cd7b5 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Update Contribs to twolame 3.10 and remove patch included upstream.

parent 40673fb3
--- twolame.orig/libtwolame/common.h 2006-12-31 03:34:32.000000000 +0100
+++ twolame/libtwolame/common.h 2007-01-06 17:48:01.000000000 +0100
@@ -33,9 +33,12 @@
#define NO_DLL_INLINE
#else
#include "config.h"
+#ifdef __APPLE__
+#define NO_DLL_INLINE
+#else
#define NO_DLL_INLINE inline
#endif
-
+#endif
#include "twolame.h"
......@@ -140,7 +140,7 @@ LIBIDL_WIN32_BIN_URL=ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win
GLIB_WIN32_BIN_URL=ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/historic/vc6/glib-19990228.zip
MOZILLA_VERSION=1.7.5
MOZILLA_URL=http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla$(MOZILLA_VERSION)/source/mozilla-source-$(MOZILLA_VERSION).tar.bz2
TWOLAME_VERSION=0.3.9
TWOLAME_VERSION=0.3.10
TWOLAME_URL=$(SF)/twolame/twolame-$(TWOLAME_VERSION).tar.gz
X264_VERSION=20050609
X264_URL=$(VIDEOLAN)/testing/contrib/x264-$(X264_VERSION).tar.gz
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment