diff options
author | davilla <davilla@4pi.com> | 2012-01-18 15:07:15 -0500 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2012-01-18 15:07:32 -0500 |
commit | ad6400eb1d0b4a0d7a7e09c5a0e76758a05462ad (patch) | |
tree | c0de23d3e83997f6117a7167e7c37c04527588a8 /tools | |
parent | f7fc9eb7772d6d3395a70c4353ac2d0647186a2e (diff) |
[osx/ios] fixed, curl now has librtmp depends so build librtmp before curl, thx jm
Diffstat (limited to 'tools')
-rw-r--r-- | tools/darwin/depends/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/darwin/depends/Makefile.in b/tools/darwin/depends/Makefile.in index 54c67268a7..ccf6b41b41 100644 --- a/tools/darwin/depends/Makefile.in +++ b/tools/darwin/depends/Makefile.in @@ -5,10 +5,10 @@ BUILDTOOLS = gas-preprocessor help2man m4 autoconf automake libtool pkg-config y SUBDIRS := \ Backrow pcre expat gettext readline sqlite3 \ liblzo2 freetype2 fontconfig \ - openssl libssh libssh2 curl \ + openssl libssh libssh2 librtmp curl \ libjpeg-turbo tiff libpng libogg \ libvorbis libflac libmad fribidi libmpeg2 \ - libass libcdio libsamplerate librtmp libcrystalhd libnfs \ + libass libcdio libsamplerate libcrystalhd libnfs \ libGLEW libsdl libsdl_mixer libsdl_image \ libmicrohttpd libmodplug libbluray libyajl \ libgpg-error libgcrypt afpfs-ng \ |