bnshrdr
1st June 2011, 22:19
Hey I've been out of the scene for a while and just tried to compile x264 again and managed to seemingly correctly compile all of its dependencies. However, when I compile x264, the very last step of the Makefile where all the linking is done, I get this error. I checked for the function, and it really does not exist in ffmpeg's swscale (the most recent revision).
filters/video/resize.o:resize.c:(.text+0x7be): undefined reference to `sws_format_name'
filters/video/resize.o:resize.c:(.text+0x7cc): undefined reference to `sws_format_name'
filters/video/resize.o:resize.c:(.text+0xe84): undefined reference to `sws_format_name'
filters/video/resize.o:resize.c:(.text+0x111b): undefined reference to `sws_format_name'
filters/video/resize.o:resize.c:(.text+0x1188): undefined reference to `sws_format_name'
collect2: ld returned 1 exit status
make: *** [x264.exe] Error 1
Anyone else run into this or have a solution?
filters/video/resize.o:resize.c:(.text+0x7be): undefined reference to `sws_format_name'
filters/video/resize.o:resize.c:(.text+0x7cc): undefined reference to `sws_format_name'
filters/video/resize.o:resize.c:(.text+0xe84): undefined reference to `sws_format_name'
filters/video/resize.o:resize.c:(.text+0x111b): undefined reference to `sws_format_name'
filters/video/resize.o:resize.c:(.text+0x1188): undefined reference to `sws_format_name'
collect2: ld returned 1 exit status
make: *** [x264.exe] Error 1
Anyone else run into this or have a solution?