Menu

Commit [r2456]  Maximize  Restore  History

Implement building PROGRAMS (not SHARED LIBS) without PIC code - seems that

on a PPC (OS/X at least) the default is the (slightly) slower PIC mode. For
programs there is the "-mdynamic-no-pic" which should be used for non-shared
(but still dynamic) objects such as compute bound programs. On IA32 there
is the "-fno-PIC" which simply restates the default of non-pic code.

Thus far only a couple programs in lavtools/ have had their CFLAGS adjusted
to show how it's done. Over time other cpu intense programs will have the
same mods made.

sms00 2004-11-01

changed /trunk/mjpeg_play/configure.ac
changed /trunk/mjpeg_play/lavtools/Makefile.am
/trunk/mjpeg_play/configure.ac Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/lavtools/Makefile.am Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.