Opened 15 years ago
Closed 15 years ago
#22773 closed update (fixed)
x264 @20090810_2 too old to build into current MPlayer
Reported by: | dylan.perry@… | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | ||
Port: | x264 |
Description (last modified by jmroot (Joshua Root))
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.
Change History (5)
comment:1 Changed 15 years ago by dylan.perry@…
Cc: | dylan.perry@… added |
---|
comment:2 follow-up: 3 Changed 15 years ago by jmroot (Joshua Root)
Cc: | dylan.perry@… removed |
---|---|
Description: | modified (diff) |
Owner: | changed from macports-tickets@… to devans@… |
Port: | x264 added; multimedia/x264 removed |
Isn't mplayer-devel currently revision 29701?
comment:3 Changed 15 years ago by dylan.perry@…
I should have been specific. I want to build with SVN MPlayer. If it's a backwards compatible revision I was hoping x264 could be bumped. Looking at the MPlayer diffs it's not huge, but non-trivial. The log:
r29704 | lorenm | 2009-09-23 22:01:04 +1000 (Wed, 23 Sep 2009) | 2 lines
sync to x264-r1260 (which changed api)
A bump of MPlayer-devel would be nice, but then there will be two x264s to maintain until MPlayer's next "release".
comment:4 Changed 15 years ago by mf2k (Frank Schima)
x264 was updated in r65244. Please verify if this works for you.
comment:5 Changed 15 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Cc Me!