Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
Use the ffmpeg library referred by Perian's svn.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddTheSane committed May 10, 2013
1 parent 6ce71b4 commit b1d4dae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "a52codec"]
path = a52codec
url = https://github.com/MaddTheSane/a52codec.git
[submodule "ffmpeg"]
path = ffmpeg
url = https://github.com/MaddTheSane/FFmpeg.git
2 changes: 1 addition & 1 deletion createStaticLibs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi
CC=`xcrun -find clang`

configureflags="--cc=$CC --disable-amd3dnow --disable-doc --disable-encoders \
--disable-muxers --disable-network \
--disable-avprobe --disable-avserver --disable-muxers --disable-network \
--disable-avfilter --disable-ffmpeg --target-os=darwin"

cflags="-isysroot $SDKROOT -mmacosx-version-min=$MACOSX_DEPLOYMENT_TARGET -Dattribute_deprecated= -fvisibility=hidden -w"
Expand Down
1 change: 1 addition & 0 deletions ffmpeg
Submodule ffmpeg added at eb75fc

0 comments on commit b1d4dae

Please sign in to comment.