view TOOLS/realcodecs/cook.sh @ 14225:878f3e2a07da

When setting HAVE_PTHREADS, set HAVE_THREADS also to avoid linking problems with lavc (because utils.c defines a stub otherwise)
author reimar
date Thu, 23 Dec 2004 15:18:39 +0000
parents 86c478bea7ce
children
line wrap: on
line source

rm cook.so.6.0
gcc -c cook.c -g
ld -shared -o cook.so.6.0 cook.o -ldl -lc