view TOOLS/realcodecs/sipr.sh @ 19661:7b24faac56fd

Add sws_getCachedContext(), which checks if context is valid or reallocs a new one instead. Patch by Victor Paesa <wzrlpy@arsystel.com> Original thread: Date: Aug 31, 2006 7:15 PM Subject: [Ffmpeg-devel] [PATCH] Add sws_getCachedContext() to swscale library
author gpoirier
date Mon, 04 Sep 2006 09:38:24 +0000
parents 86c478bea7ce
children
line wrap: on
line source

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