Menu

Commit [r2797]  Maximize  Restore  History

Try to fix the problems with PPC + gcc4 + Fedora once and for all:

https://sourceforge.net/tracker/index.php?func=detail&aid=1215231&group_id=5776&atid=105776

Problem of undefined symbol (next_larger_quant) is caused by utils/altived/
libaltivec referencing encoder routines that are in libmpeg2encpp! Can't do
that because libmpeg2encpp hasn't been built yet!!

Attempted solution is to move mpeg2enc immediately after utils/ in the
top level Makefile.am. Then move mjpeg_simd_helper into lavtools/. THEN
add 'if HAVE_ALTIVEC' to all the other Makefile.am files and add libmpeg2encpp
to the list of library dependencies.

Klug? Sure - feel free to fix it differently :)

sms00 2005-06-16

changed /trunk/mjpeg_play/Makefile.am
changed /trunk/mjpeg_play/aenc/Makefile.am
changed /trunk/mjpeg_play/lavtools/Makefile.am
added /trunk/mjpeg_play/lavtools/mjpeg_simd_helper.c
changed /trunk/mjpeg_play/utils/Makefile.am
removed /trunk/mjpeg_play/utils/mjpeg_simd_helper.c
changed /trunk/mjpeg_play/y4mdenoise/Makefile.am
changed /trunk/mjpeg_play/y4munsharp/Makefile.am
changed /trunk/mjpeg_play/yuvdeinterlace/Makefile.am
changed /trunk/mjpeg_play/yuvdenoise/Makefile.am
changed /trunk/mjpeg_play/yuvfilters/Makefile.am
/trunk/mjpeg_play/Makefile.am Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/aenc/Makefile.am Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/lavtools/Makefile.am Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/lavtools/mjpeg_simd_helper.c Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/utils/Makefile.am Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/y4mdenoise/Makefile.am Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/y4munsharp/Makefile.am Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/yuvdeinterlace/Makefile.am Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/yuvdenoise/Makefile.am Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/yuvfilters/Makefile.am Diff Switch to side-by-side view
Loading...
Auth0 Logo