#22773: x264 @20090810_2 too old to build into current MPlayer -----------------------------------+---------------------------------------- Reporter: dylan.perry@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: multimedia/x264 -----------------------------------+---------------------------------------- The version of x264 in ports is too old to build current MPlayer (r29975). Is a version bump out of the question? ============ Checking for x264 ============ #include <inttypes.h> #include <x264.h> #if X264_BUILD < 79 #error We do not support old versions of x264. Get the latest from git. #endif int main(void) { x264_encoder_open((void*)0); return 0; } cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after- statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=core2 -mtune=core2 -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -I/opt/local/include -DPIC -I/usr/X11/include -L/opt/local/lib -ffast- math -lncurses -lpng -lz -ljpeg -framework IOKit -framework Carbon -lz -lbz2 -framework IOKit -framework Cocoa -L/usr/X11R6/lib -lXext -lX11 -lXss -lXv -lXinerama -lXxf86vm -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -lGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -lfaac -lfaac -o /var/folders/az/azpqfBpTFaqWv32xtvUieE+++TI/-Tmp-//mplayer- conf-30605-77442 /var/folders/az/azpqfBpTFaqWv32xtvUieE+++TI/-Tmp -//mplayer-conf-12721-77442.c -lx264 /var/folders/az/azpqfBpTFaqWv32xtvUieE+++TI/-Tmp-//mplayer- conf-12721-77442.c:4:2: error: #error We do not support old versions of x264. Get the latest from git. -- Ticket URL: <http://trac.macports.org/ticket/22773> MacPorts <http://www.macports.org/> Ports system for Mac OS