Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
28th September 2008, 04:01 | #1 | Link |
Registered User
Join Date: Oct 2005
Posts: 50
|
x264 GTK gui on Mac OSX
trying to compile the x264 version 20080926 with gtk gui using the following configure script
Code:
./configure --prefix=/opt/local --enable-shared --enable-gtk --enable-pic --extra-cflags="-I/opt/local/install -I/usr/X11R6/include" --extra-ldflags="-L/opt/local/lib -L/usr/X11R6/lib" Code:
T: fr.mo ..................... done. msgmerge: `fr.po': No such file or directory make[1]: *** [fr.mo] Error 1 Also how do i create a standalone binary for x264 and the gtk gui that i can post online. Last edited by MySchizoBuddy; 28th September 2008 at 06:02. |
28th September 2008, 04:04 | #2 | Link |
Registered User
Join Date: Oct 2005
Posts: 50
|
can we also get build in mac support in the configure script
like this Code:
darwin*) SYS="MACOSX" # Support for Fink Packages if test -d /sw/bin ; then prefix="/sw" CFLAGS="-I/sw/include $CFLAGS" LDFLAGS="-L/sw/lib $LDFLAGS" elif # Support for Macports test -d /opt/local/bin ; then prefix="/opt/local" CFLAGS="-I/opt/local/include $CFLAGS" LDFLAGS="-L/opt/local/lib $LDFLAGS" fi CFLAGS="$CFLAGS -falign-loops=16" LDFLAGS="$LDFLAGS -lm -lmx" # Mac OS X Leopard libGL.dylib linker interaction bug fix, see # http://developer.apple.com/qa/qa2007/qa1567.html MACOSX_VERSION=`uname -r | sed 's/^\(.\).*/\1/'` if test x"$MACOSX_VERSION" = "x9" ; then DYLIB_FILE="-dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib" LDFLAGS="$LDFLAGS $DYLIB_FILE" fi ;; Last edited by MySchizoBuddy; 2nd October 2008 at 05:30. |
1st October 2008, 12:30 | #6 | Link |
HDConvertToX author
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
|
on linux (debian sid 64bit) the gtk works ok
BHH
__________________
HDConvertToX: your tool for BD backup MultiX264: The quick gui for x264 AutoMen: The Mencoder GUI AutoWebM: supporting WebM/VP8 |
2nd October 2008, 03:13 | #7 | Link |
Registered User
Join Date: Oct 2005
Posts: 50
|
this patch is for gtk as well as mp4 support. without the correct cflags it cannot find gpac/isomedia.h used to build mp4 support. it assumes you are using fink or macports
avcourse you have to have compiled gpac first to enable mp4 support. i have to comment out the .po .mo stuff from gtk/makefile. it now compiles with a nice gtk gui on macs. |
Tags |
gtk, mac, x264 |
Thread Tools | Search this Thread |
Display Modes | |
|
|