Skip to content

Commit

Permalink
switch to avcodec2 (ffmpeg2) and make it easier to tweak at the top o…
Browse files Browse the repository at this point in the history
…f the file

git-svn-id: https://xpra.org/svn/Xpra/trunk@5193 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jan 15, 2014
1 parent 5fd4896 commit 2ecf68e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion osx/make-app.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/sh

#by default use avcodec2 (ffmpeg2):
BUILD_ARGS="--without-dec_avcodec --with-dec_avcodec2"

echo "*******************************************************************************"
echo "Deleting existing xpra modules and temporary directories"
PYTHON_PREFIX=`python-config --prefix`
Expand All @@ -15,7 +18,7 @@ pushd ../src
svn upgrade ../.. >& /dev/null
python -c "from add_build_info import record_src_info;record_src_info()"
./setup.py clean
./setup.py install
./setup.py install ${BUILD_ARGS}
if [ "$?" != "0" ]; then
echo "ERROR: install failed"
exit 1
Expand Down

0 comments on commit 2ecf68e

Please sign in to comment.