Thread: ffmpeg
View Single Post
Old 7th May 2009
BSDKaffee's Avatar
BSDKaffee BSDKaffee is offline
Real Name: Jason Hale
Coffee Addict
 
Join Date: May 2008
Location: Wintersville, Ohio
Posts: 212
Default

Quote:
Originally Posted by carpman View Post
Hello and thanks for reply, X264 is already installed!
Just because it is registered as installed, doesn't necessarily mean it is working properly. Make sure you have /usr/local/include/x264.h

Quote:
Originally Posted by carpman View Post
I also tried un-setting X264 option from /usr/ports/multimedia/ffmpeg/Makefile
That is not how you configure OPTIONS. Changing the Makefile does not alter the OPTIONS already stored in /var/db/ports. To change the OPTIONS run:
# cd /usr/ports/multimedia/ffmpeg && make config
That will bring up the blue OPTIONS screen again and you can uncheck X264.

Oh and be sure to run 'make clean' before each attempt at building.
Reply With Quote