Skip to content

Commit

Permalink
mkvtoolnix: fix the build with the new boost version.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed May 4, 2015
1 parent 6491db1 commit ccb1f3f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions video/mkvtoolnix/BUILD
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Temporary define to build against boost 1.58
CXXFLAGS+=' -DBOOST_CODECVT_DO_LENGTH_CONST=const' &&

if in_depends $MODULE qt4 ; then
. /etc/profile.d/qt4.rc &&
default_config &&
./drake
./drake
else
default_config &&
./drake
./drake
fi &&

prepare_install &&
./drake install
./drake install

0 comments on commit ccb1f3f

Please sign in to comment.