Commit Graph

693 Commits

Author SHA1 Message Date
Felix Paul Kühne
28c8ae0331 contrib/iconv: enable the Android patch for iOS as well and rename it to '-android-ios'
We need to check whether we would like to apply this patch by default on OS X and Windows, too.
2012-08-06 15:45:12 +02:00
Rafaël Carré
17fbcd4ed8 contrib: move some android complexity outside of vlc.git 2012-08-03 15:26:24 +02:00
Felix Paul Kühne
ff74092d59 contrib: compile iOS contribs with thumb support 2012-08-02 18:34:06 +02:00
Felix Paul Kühne
968d0c6e18 contrib/ffmpeg: remove stupid special treatment of iOS 2012-08-02 18:34:02 +02:00
Edward Wang
b6c82f0a4d contrib: ffmpeg: Use -mincoming-stack-boundary=4
The issue here is that android-x86 doesn't guarantee an aligned stack, which means some of the inline asm functions will waste an extra register on realigning the stack.

libavcodec does however have stuff in place in all entrypoints that realign the stack on all calls into the library. If you build with --extra-cflags='-mincoming-stack-boundary=4', gcc assumes that the stack actually is aligned already, which the entry points ensure, so this inline asm builds fine.

Pointed-out-by: Martin Storsjö <martin@martin.st>

Signed-off-by: Rafaël Carré <funman@videolan.org>
2012-07-26 13:30:36 +02:00
Edward Wang
9cd6a20525 contrib: Allow libebml build on Android x86
This package needs exceptions.

Signed-off-by: Rafaël Carré <funman@videolan.org>
2012-07-26 13:29:40 +02:00
Edward Wang
d593d540c9 contrib: Allow live555 build on Android x86
This package demands exceptions, but if it is enabled globally, it conflicts with other packages.

Signed-off-by: Rafaël Carré <funman@videolan.org>
2012-07-26 13:29:40 +02:00
Edward Wang
2c26061ca8 contrib: Don't hardcode Android ABI tag in live555 build script
Signed-off-by: Rafaël Carré <funman@videolan.org>
2012-07-26 12:35:58 +02:00
Rafaël Carré
4e98f4d47e contrib: gcrypt: fix linking of asm when cross compiling to x86 2012-07-25 10:01:03 +02:00
Rafaël Carré
db2a47893b Revert "contrib: gcrypt: disable tests"
This reverts commit 5fc0ccda71.
2012-07-25 09:49:37 +02:00
Edward Wang
1c5164353e contrib: Support other Android architectures than ARM
Signed-off-by: Rafaël Carré <funman@videolan.org>
2012-07-25 09:49:37 +02:00
Edward Wang
2b1c139222 contrib: Flac needs USE_OBSOLETE_SIGCONTEXT_FLAVOR on Android-x86
Headers normally present under normal Linux are missing in bionic.

Signed-off-by: Rafaël Carré <funman@videolan.org>
2012-07-25 09:15:34 +02:00
Edward Wang
21f9e5fb7e contrib: ffmpeg: Add --arch=x86 if compiling to x86
Signed-off-by: Rafaël Carré <funman@videolan.org>
2012-07-25 09:12:29 +02:00
Rafaël Carré
5fc0ccda71 contrib: gcrypt: disable tests 2012-07-23 16:43:58 +02:00
Rafaël Carré
5bb741ba78 contrib: theora: remove useless leftover
UPDATE_AUTOCONFIG alone does the job
2012-07-17 19:21:08 +02:00
Rafaël Carré
40f0a08c46 contrib: taglib: use original patch present in taglib.git 2012-07-04 19:23:22 +02:00
Rafaël Carré
c7f19291e9 contrib: taglib: don't crash with strange files
Close #7036
Patch sent upstream
2012-07-02 00:42:05 +02:00
Jean-Baptiste Kempf
97646e602b Update Qt to 4.8.2 from qt-project 2012-07-01 15:53:38 +02:00
Jean-Baptiste Kempf
094ad40e3e Faad: do not build DRM(Radio) 2012-07-01 15:53:38 +02:00
Rafaël Carré
e75d202415 contrib: gpg-error: don't patch Makefile.am
Since 42a7f46de2 it is required to re-run gettextize because
we run autoreconf.
Unfortunately gettextize doesn't run in non interactive mode (this
is an advertised "feature").

This gpg-error patch will appear in the next release so it doesn't
need maintenance:
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=commit;h=c35dbfdaa2e30e08185e4a468278a29e2c48b500
2012-06-25 22:16:52 +02:00
Jean-Baptiste Kempf
3e140bd05d Contribs: android, simplify the code, let the users supply the flags 2012-06-22 17:28:43 +02:00
Rafaël Carré
42a7f46de2 contrib: gpg-error: use CPPFLAGS when processing errno.h 2012-06-20 11:42:33 +02:00
Rafaël Carré
d3c89a4f2f contrib: gsm: enforce CFLAGS 2012-06-20 11:34:13 +02:00
Rafaël Carré
9b53351ce0 contrib: live: Fix 6fbfa48423 for OSX
use standard back reference (\1 instead of \0, mach with parens)
use OSX-compatible command line ordering (filenames go at the end)
2012-06-19 09:14:10 +02:00
Rafaël Carré
6fbfa48423 contrib: make live555 honor EXTRA_CFLAGS 2012-06-18 19:31:30 +02:00
Rafaël Carré
adcd6fe490 change_prefix: fix help 2012-06-11 16:04:34 -04:00
Edward Wang
3023a06eb3 contrib: flac location changed
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
2012-06-10 13:29:47 +02:00
Edward Wang
2ceade212f contrib: freetype2 location changed
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
2012-06-10 13:29:47 +02:00
Felix Paul Kühne
e78457ad2f contrib: fixed typo 2012-06-09 11:52:56 +02:00
Felix Paul Kühne
a26c0ae3ec contrib: fixed libvpx compilation with Xcode 4.3 and later 2012-06-09 11:51:37 +02:00
Michael Feurstein
2d6e1751f3 contribs: osx: additional check for SDKROOT location alternative
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
2012-06-07 01:44:19 +02:00
Ming Hu
7f43c5cb60 contrib: fix build fail on Fedora 17
In Fedora 17 which automake returns /bin/automake, this breaks current automake data directory detection.
This patch tries to guess it from PATH.

Signed-off-by: Rafaël Carré <funman@videolan.org>
2012-06-04 15:33:53 -04:00
Rafaël Carré
691e604cd6 libass doesn't need fontconfig on android 2012-05-31 13:58:57 -04:00
Rafaël Carré
823af4bcf8 fribidi: don't build with -ansi
This breaks with bionic (see b0ea094267)
2012-05-29 16:16:20 -04:00
Rafaël Carré
f8aa395031 libxml2: pthread_join might be available without libpthread 2012-05-29 12:53:49 -04:00
Konstantin Pavlov
330cedc777 Contribs: fix libupnp build under mingw32 with ipv6 enabled. 2012-05-29 10:40:57 +04:00
Rafaël Carré
4a1ff80056 contrib/change_prefix.sh: don't run sed on binary files 2012-05-27 15:26:47 -04:00
Jean-Baptiste Kempf
18d13c3434 Contribs: we do not need GPL parts of FFmpeg/libav anymore 2012-05-27 20:35:48 +02:00
Ming Hu
45a036e35e fix iconv on android
Skip src (we don't need applications) and srclib (buggy replacement functions)

Signed-off-by: Rafaël Carré <funman@videolan.org>
2012-05-25 17:46:27 -04:00
Konstantin Pavlov
6fdb0bea19 Contrib: UPNP: enable IPv6 and re-enable webserver (broken in 1.6.17).
With disabled webserver, linking fails at least on OSX and Linux, see
http://forum.videolan.org/viewtopic.php?f=12&t=101229 f.i.
2012-05-24 10:03:49 +04:00
Jon Stacey
0802130a71 build_system: osx: use xcrun and SDKROOT env variable. (close #6305)
Defaults to OSX_VERSION=10.6

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
2012-05-17 13:59:27 +02:00
Rafaël Carré
a2b14b8d25 contrib: ffmpeg: enable thumb
Depends on --enable-small and HAVE_NEON
If we use NEON, we assume at least cortex-a8 CPU which means thumb2 is supported
2012-05-03 12:26:08 -04:00
Rafaël Carré
5eae352da8 contrib: zlib: fix OSX build
OSX libtool (in /usr/bin) is not the same thing than GNU libtool
No need to run RECONF since configure is not a GNU autoconf script
2012-04-30 23:43:25 -04:00
Jean-Baptiste Kempf
1f3009e7c6 Contribs: update upnp 2012-04-30 23:51:42 +02:00
Jean-Baptiste Kempf
02a1c23e33 Update taglib to 1.7.2
CVE-2012-2396
2012-04-30 23:44:50 +02:00
Jean-Baptiste Kempf
1801dbcc4f Zlib: update to 1.2.6 2012-04-30 23:37:04 +02:00
Rafaël Carré
cd0148a5a1 contrib: update Qt4 to 4.8.1
cross.patch update by John Freed
2012-04-29 14:38:28 -04:00
Konstantin Pavlov
f340bff658 Contribs: call pkg_static.sh from a proper place. 2012-04-18 14:57:56 +04:00
Konstantin Pavlov
301f34dea4 Contribs: mpcdec: don't build binaries. 2012-04-18 14:57:56 +04:00
Konstantin Pavlov
d34deb64c3 Contribs: update libbluray to 0.2.2. 2012-04-18 14:57:56 +04:00
Rafaël Carré
43452fac80 contrib: check if distribution's ffmpeg is recent enough 2012-04-14 18:54:11 -04:00
Rafaël Carré
6718d2d678 contrib: set cross-prefix for x264 when cross compiling
This fixes ARM build
2012-04-13 14:49:41 -04:00
Rafaël Carré
44da306416 contrib: merge x264 and x26410b in the same file
Don't duplicate config options, previously the 10bits variant would
overwrite the other one so .x264 would be built in 10 bits.

Remove support for aeon aged tarball

Note: The same source code is downloaded 2 times
2012-04-13 14:46:42 -04:00
Rafaël Carré
7524592cad contrib: update config.{sub,guess} for a few sout related libs 2012-04-13 14:16:57 -04:00
Jean-Baptiste Kempf
efeb2e7123 Contrib: update libpng to 1.5.10
CVE-2011-3048 (serious vulnerability)
2012-04-05 10:39:02 +02:00
Felix Paul Kühne
842d0af385 contrib: fixed broken patch for libmatroska included in b0ea094267 2012-03-31 15:06:07 +02:00
Felix Paul Kühne
3416f9fd54 contrib: fixed broken patch for libebml included in b0ea094267 2012-03-31 14:57:13 +02:00
Rafaël Carré
b0ea094267 contrib: remove STDC hack for android
Remove -ansi flag for packages which don't build.

-ansi (and __STRICT_ANSI__) prevent the bionic headers to define (u)int64_t

Freetype exhibits a bug in gcc headers which typedef uint64_t u_int64_t

It seems like gcc, libebml, libmatroska, and taglib rely on standard headers
to define (u)int64_t which is the case for glibc even with -ansi.
2012-03-30 11:13:57 -04:00
Jean-Baptiste Kempf
54e435ee29 Contrib: support Tegra2 CPUs on Android
Cortex-a9 but no NEON? Seriously?
2012-03-29 00:47:09 +02:00
Jean-Baptiste Kempf
d61052a098 Contrib: Android simplifications 2012-03-29 00:25:22 +02:00
Jean-Baptiste Kempf
ce30867edd Contribs: update GSM to 1.0.13 2012-03-28 19:08:55 +02:00
Jean-Baptiste Kempf
be96451c77 Contribs: update UPNP to 1.6.16
Important code changes were done by Orange
2012-03-28 19:02:38 +02:00
Jean-Baptiste Kempf
6dbd403bac Contribs: update openjpeg to 1.5.0
It is supposed to be a bit less slow
2012-03-28 13:14:14 +02:00
Felix Paul Kühne
0f4ce7312e contrib: add the correct -mcpu flag when compiling for iOS on ARM 2012-03-27 16:36:46 +02:00
Felix Paul Kühne
55f9dac033 contrib/bootstrap: fixed check for iOS 2012-03-27 16:36:46 +02:00
Felix Paul Kühne
e25946ed87 contrib: improve build rules for ffmpeg and libpostproc for iOS in case arch != arm 2012-03-27 16:36:46 +02:00
Jean-Baptiste Kempf
5cbe1fe2e4 Contribs: update Vorbis to 1.3.3 2012-03-22 18:55:29 +01:00
Felix Paul Kühne
bd2623d806 contrib/live555: added support for iOS 2012-03-21 23:24:22 +01:00
Felix Paul Kühne
00ccf427da contrib/libtheora: added support for iOS 2012-03-21 20:06:02 +01:00
Felix Paul Kühne
54902d858c contrib/libvpx: added support for iOS 2012-03-21 20:06:02 +01:00
Felix Paul Kühne
71ed76190c contrib/postproc: added support for iOS 2012-03-21 20:06:02 +01:00
Felix Paul Kühne
4dca0e84a0 contrib/lua: added support for iOS 2012-03-21 20:06:02 +01:00
Felix Paul Kühne
9d0a7c479e contrib/flac: added support for iOS 2012-03-21 20:06:02 +01:00
Felix Paul Kühne
6be7d870e0 contrib/libogg: added support for iOS by disabling make check 2012-03-21 20:06:02 +01:00
Felix Paul Kühne
f6c4e22e5c contrib/ffmpeg: cleaned up compilation for iOS 2012-03-21 20:06:02 +01:00
Felix Paul Kühne
1cb93c3889 contrib/dvbpsi: don't compile the examples on any platform 2012-03-21 16:05:00 +01:00
Felix Paul Kühne
da579e28f4 contrib/ffmpeg: added support for iOS 2012-03-21 11:56:57 +01:00
Rémi Denis-Courmont
e83bc5b906 Revert "contrib: don't stip the arch from {HOST}"
This reverts commit fbfaa42af1.
2012-03-20 20:09:17 +02:00
Felix Paul Kühne
6a77e0bd2b contrib: enforce the build architecture for iOS 2012-03-20 19:08:36 +01:00
Felix Paul Kühne
08c67883c4 contrib: added support for iOS 2012-03-20 18:59:23 +01:00
Felix Paul Kühne
d9d4690016 contrib: fixed compilation of libgsm for iOS 2012-03-20 18:53:44 +01:00
Felix Paul Kühne
fbfaa42af1 contrib: don't stip the arch from {HOST} 2012-03-20 18:42:40 +01:00
Felix Paul Kühne
f7ff47d8cf contrib: don't compile libdvbpsi's examples for iOS 2012-03-20 18:40:50 +01:00
Philippe Coent
72332b7500 contrib: detect iOS correctly
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
2012-03-20 16:29:59 +01:00
Jean-Baptiste Kempf
79d5eab547 Contribs: clarify flags for armv6 2012-03-16 19:09:56 +01:00
Rafaël Carré
701763cdbc contrib: dvdread: resolve OSX mount points properly
getstatfs seems to work better than getfsent
2012-03-15 09:56:09 -04:00
Jean-Baptiste Kempf
b737cac862 Contribs: update freetype to 2.4.9
CVE-2012-1126 up to CVE-2012-1144 and SA48320
2012-03-13 12:29:36 +01:00
Jean-Baptiste Kempf
dede0c9527 Contrib: update tiff to 4.0.1 2012-03-13 12:15:25 +01:00
Jean-Baptiste Kempf
f55a160da5 Contribs: update libdvdcss to 1.2.12 2012-03-12 00:23:16 +01:00
Konstantin Pavlov
8d37aa9aea contribs: build libbluray with libxml2.
Required for metadata support.
2012-03-11 13:39:30 +04:00
Ilkka Ollakka
1cf1818dab x264 10-bit version into contribs 2012-03-10 12:03:35 +02:00
Jean-Baptiste Kempf
411132d9a6 Contrib: Lame, forget the sha512 update file 2012-03-09 14:05:13 +01:00
Jean-Baptiste Kempf
0889b46df0 Contribs: update LAME to 3.99.5 because of a .4 regression 2012-03-08 11:56:40 +01:00
Jean-Baptiste Kempf
b6eaf679d9 Contribs: use mpc tarballs and not svn
The svn has not moved in months
2012-03-08 10:37:06 +01:00
某因幡
bead358b37 android: build gnutls
Signed-off-by: Rafaël Carré <funman@videolan.org>
2012-03-06 21:11:36 -05:00
Rafaël Carré
ecd92c1dd9 contrib: gnutls: missing limits.h 2012-03-06 21:11:36 -05:00
Rémi Denis-Courmont
534a93219d contrib: modplug: merge Libs.private into Libs for static linking 2012-03-06 18:53:02 +02:00
Rémi Denis-Courmont
3ce29fe10e contrib: helper to merge Libs and Libs.private in pkg-config files
pkg-config is unable to autodetect whether a package is linked
statically or not. This helper just moves Libs.private into Libs
manually in case only a static library is built. Most if not all of
contribs are built that way.
2012-03-06 18:51:32 +02:00
Konstantin Pavlov
68e67843a4 Contribs: vpx: fix typo. 2012-02-29 21:06:31 +04:00
Konstantin Pavlov
18faa622b2 Contribs: add separate libpostproc. 2012-02-28 11:44:33 +04:00
Konstantin Pavlov
59c0cf6f12 Contribs: libpostproc was removed from libav. 2012-02-28 11:44:24 +04:00
Rafaël Carré
7bbf79a4a9 Revert "Contribs: use latest commit before lavc 54 jump"
This reverts commit 61426c7c15b879c8fc51852d1e77931a88cf6727.

Conflicts:

	contrib/src/ffmpeg/rules.mak

Modules have been updated to new API
2012-02-28 02:37:57 -05:00
Jean-Baptiste Kempf
3a5086c835 Contribs: update UPNP to 1.6.15 2012-02-25 17:18:39 +01:00
Jean-Baptiste Kempf
2e7a7da283 Contribs: update Kate 2012-02-25 17:15:21 +01:00
Jean-Baptiste Kempf
1966f8932b Update GLEW to 1.7.0 2012-02-25 16:54:00 +01:00
Jean-Baptiste Kempf
9457b4e144 Contrib: update android patch for schro
Forgotten in a previous commit
2012-02-25 16:26:32 +01:00
Jean-Baptiste Kempf
1ff2b3fb2c Contribs: update SDL to 1.2.15 2012-02-25 00:25:01 +01:00
Jean-Baptiste Kempf
eb7207e8e6 Contribs: update SDLimage to 1.2.12 2012-02-25 00:21:32 +01:00
Jean-Baptiste Kempf
a3a75048a6 Contribs: Update libjpeg to 8d 2012-02-25 00:19:01 +01:00
Jean-Baptiste Kempf
72c3556454 Contribs: Upgrade schroendinger to 1.0.11 2012-02-25 00:14:08 +01:00
Jean-Baptiste Kempf
12827fd658 Contribs: update lame to 3.99.4 2012-02-25 00:14:01 +01:00
Jean-Baptiste Kempf
55295e3dce Contribs: add an option to optimize a bit for the size
Notably for libavcodec

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2012-02-20 01:00:50 +01:00
Jean-Baptiste Kempf
de0cdc779b Contribs: Update to libtiff 3.9.6 2012-02-19 04:23:48 +01:00
Jean-Baptiste Kempf
41988c3288 PNG release 1.5.9 (CVE-2011-3026) 2012-02-19 04:23:48 +01:00
Felix Paul Kühne
c4f14cae3b contrib: fixed OS X framework installation 2012-02-18 02:34:44 +01:00
Felix Paul Kühne
36fc180ec7 contrib: update libpng because of CVE-2011-3464 2012-02-17 15:31:30 +01:00
Rémi Denis-Courmont
a8ad08b248 contrib: a52: remove scary dummy error messages 2012-02-06 19:42:16 +02:00
Jean-Baptiste Kempf
2eccf89a46 Contribs: deactivate more libav* part
Deactivate totally avdevice and avfiters
Remove bink decoder that does not work in VLC anyway
2012-02-04 14:03:53 +01:00
Rafaël Carré
bdb36c1b18 contrib: don't depend on headers available in mingw-w64 2012-02-03 18:57:01 -05:00
Rafaël Carré
521f40906c contrib: detect mingw-w64 (as opposed to mingw.org) 2012-02-03 18:57:01 -05:00
Rafaël Carré
c507541a9b cppcheck: move after definition of CC 2012-02-03 18:57:01 -05:00
Rémi Denis-Courmont
f31b6ec7ca contrib: update fluidsynth to 1.1.4 2012-02-01 20:51:57 +02:00
Rémi Denis-Courmont
b13f148fe2 contrib: do not require fluidsynth if glib is absent 2012-02-01 20:48:02 +02:00
Rémi Denis-Courmont
7ea3bec877 contrib: remove old buggy fluidsynth 2012-02-01 20:48:01 +02:00
Rémi Denis-Courmont
0e2413dc31 contrib: remove portaudio 2012-02-01 20:10:22 +02:00
Rafaël Carré
f86432358e contrib: change_prefix.sh: simplify
We don't need to handle OSX shared libraries anymore
It now runs much faster
2012-01-31 23:44:12 -05:00
Rafaël Carré
0c7696c1dd contrib: libvpx 1.0 2012-01-29 05:09:51 -05:00
Rafaël Carré
4d338f69d8 dca: only build library and headers 2012-01-29 01:51:19 -05:00
Rafaël Carré
6df79d9c72 dca: update config.* 2012-01-29 01:51:06 -05:00
Rafaël Carré
083c69e040 speex: arm code is for fixed point only 2012-01-29 01:43:18 -05:00
Rafaël Carré
8932d7afe7 Fix typo 2012-01-28 19:51:56 -05:00
Rafaël Carré
d56a52e263 contrib: fluid: Don't use inexistent files 2012-01-28 13:41:50 -05:00
Rafaël Carré
7a7f12fa32 contrib: make HAVE_FPU check consistent with vlc_cpu.h 2012-01-28 13:19:31 -05:00
Rafaël Carré
d31d221b21 contrib: vorbis: fix inverted HAVE_FPU check 2012-01-28 12:31:26 -05:00
Jean-Baptiste Kempf
d3b37eef0e Contribs: use latest commit before lavc 54 jump 2012-01-28 13:01:03 +01:00
Rafaël Carré
a6d52f6fa7 openjpeg patch: use a context patch: -c, not -u
patch seems to work fine with this format when dealing with crlf
2012-01-27 16:29:50 -05:00
Jean-Baptiste Kempf
b87a34a7cc Contrib: avconv was removed from FFmpeg 2012-01-27 19:49:12 +01:00
Rafaël Carré
4105ebb57d contrib: openjpeg: freebsd has posix_memalign 2012-01-27 12:15:59 -05:00
Rafaël Carré
9e775fc6d6 contrib: gettext: fix misassumption about alloca 2012-01-27 12:15:58 -05:00
Rafaël Carré
0ddaed740f live555: use freebsd target for BSD
There's an openbsd target but I can't really tell why it would be better than freebsd
2012-01-27 12:15:58 -05:00
Rafaël Carré
9a6697f8aa gcrypt: disable all asm for FreeBSD
It is mostly disabled because of very old build tools, and might work
with clang 3 which is available by default on FreeBSD9

idem for the OSX disabling of aesni
2012-01-27 12:15:58 -05:00
Rafaël Carré
a2b6035db7 vpx: fix FreeBSD build
Change bash location if it isn't in /bin
Use 'linux' OS

Patches inspired from FreeBSD port
2012-01-27 12:15:58 -05:00
Rafaël Carré
8f1c7e1272 contrib: use $(MAKE) 2012-01-27 12:15:58 -05:00
Rafaël Carré
12bc6ed40d contrib/tools: use BSD fetch if curl/wget are absent 2012-01-27 12:15:58 -05:00
Rafaël Carré
4c25c7e170 contrib: freetype: point configure to GNU make 2012-01-27 12:15:58 -05:00
Rafaël Carré
4ea478686c gnutls patch: remove "//" as it confuses BSD patch 2012-01-27 12:15:58 -05:00
Rafaël Carré
2a8e01dda3 contrib: live555: don't match just 'ar'
It would replace the 'ar' of 'arm-....'
Instead use "LIBRARY_LINK =.*ar" to be sure we replace the correct tool
2012-01-24 22:43:07 -05:00
Rafaël Carré
c48f8460bb contrib: ffmpeg was removed from libav 2012-01-24 19:09:27 -05:00
Olivier Gambier
2171af1784 contrib: live555: replace ar by our $(AR)
Signed-off-by: Rafaël Carré <funman@videolan.org>
2012-01-24 13:42:55 -05:00
Rafaël Carré
a9739cc0a5 contrib: live555: don't replace cc 2 times for macosx
we could end up with 'ggcc'
forgotten in a6e2d06608
2012-01-24 12:02:56 -05:00