View Single Post
Old 28th September 2008, 04:01   #1  |  Link
MySchizoBuddy
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"
i get this error
Code:
  T: fr.mo
..................... done.
msgmerge: `fr.po': No such file or directory
make[1]: *** [fr.mo] Error 1
the file is in gtk/fr.po so it does exist

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.
MySchizoBuddy is offline   Reply With Quote