Skip to content

Commit

Permalink
[build] Osx fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mean committed Apr 23, 2017
1 parent e7264c9 commit a284c6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions avidemux/qt4/ADM_openGL/src/ADM_openGlDownload_asm.asm
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ MASK:
dq 0x00ff000000ff0000
section .text
INIT_MMX mmx
default rel
cglobal glYUV444_Init
movq m7,[MASK]
ret

default abs
INIT_MMX mmx
cglobal glYUV444_luma, 3,4,4, src, dst, count
.luma:
Expand Down
4 changes: 2 additions & 2 deletions bootStrapOsx_Sierra.bash
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,11 @@ echo "** Remapping libraries **"
python $TOP/cmake/osx_libs_remap.py
python $TOP/cmake/osx_libs_remap.py
echo "** Finishing **"
cp $TOP/cmake/osx/Info.plist $PREFIX/../
cat $TOP/cmake/osx/Info.plist.in | sed "s/2\.6/$API_VERSION//g" > $PREFIX/../Info.plist
mkdir $PREFIX/fonts
cp $TOP/cmake/osx/fonts.conf $PREFIX/fonts
mkdir -p $PREFIX/../MacOS
cp $TOP/cmake/osx/Avidemux${API_VERSION} $PREFIX/../MacOS/Avidemux${API_VERSION}.app
cp $TOP/cmake/osx/Avidemux.in $PREFIX/../MacOS/Avidemux${API_VERSION}.app
chmod +x $PREFIX/../MacOS/Avidemux${API_VERSION}.app
# Copy icons
echo "Copying icons"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a284c6d

Please sign in to comment.