artclarke / xuggle-xuggler

Xuggle's Xuggler Java API for Video -- DEPRECATED
GNU Lesser General Public License v3.0
360 stars 226 forks source link

Fixes #6 - build now completes on OS X 10.8 #7

Closed bradfordcp closed 11 years ago

bradfordcp commented 12 years ago

Pulled in the changes from the homebrew issue with compiling libvpx.

Tested on OS X 10.8

sudo ln -s /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer /Developer
export XUGGLE_HOME=/usr/local/xuggler
export PATH=$XUGGLE_HOME/bin:$PATH
export DYLD_LIBRARY_PATH=$XUGGLE_HOME/lib:$DYLD_LIBRARY_PATH
ant run-tests