Opened 15 years ago
Last modified 15 years ago
#9748 closed Bug Report - General
FFMpeg Sync breaks OS X compiles — at Version 2
| Reported by: | Rob Smith | Owned by: | beirdo |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description (last modified by )
make[1]: *** No rule to make target `libavcodec/x86/dsputil_h264_template_mmx.c', needed by `libavcodec/x86/dsputil_mmx.o'. Stop. make[1]: *** Waiting for unfinished jobs.... libavcodec/wmavoice.c: In function ‘postfilter’: libavcodec/wmavoice.c:501: note: ‘best_hist_ptr’ was declared here libavcodec/wmavoice.c:673: note: ‘remainder’ was declared here make: *** [external/FFmpeg] Error 2 [osx-pkg] Failed system call: " /usr/bin/make -j9 " with error code 2
Change History (2)
Note:
See TracTickets
for help on using tickets.

Problem isn't OSX specific - clean checkout on Linux also shows same fault.
Checkin de9e4ca9e removed 3 files from external/FFmpeg/libavcodec/x86; dsputil_h264_template_mmx.c, dsputil_h264_template_ssse3.c and rv40dsp_mmx.c. Copying them back in from an older src tree gets compile through libavcodec (to fail with missing _dprintf in libavformat). Gavin, sorry to pass the buck, but I don't understand the porting issues here. Is the compilation of those files meant to be removed from the Makefile?