summaryrefslogtreecommitdiff
path: root/libswscale/Makefile
Commit message (Collapse)AuthorAge
* Properly set EXTRALIBSLuca Abeni2006-10-23
| | | | | | (fixes compilation of shared libswscale on cygwin and other platforms) Originally committed as revision 20413 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-11
| | | | Originally committed as revision 20154 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Replace -I.. by -I$(BUILD_ROOT).Diego Biurrun2006-10-07
| | | | Originally committed as revision 20094 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Simplify test program build.Diego Biurrun2006-10-05
| | | | Originally committed as revision 20073 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Test programs depend on $(LIB).Diego Biurrun2006-10-05
| | | | Originally committed as revision 20059 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.Diego Biurrun2006-10-04
| | | | Originally committed as revision 20057 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove cs_test and swscale-example on clean.Diego Biurrun2006-10-04
| | | | Originally committed as revision 20040 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove redundant EXTRALIBS declaration.Diego Biurrun2006-10-04
| | | | Originally committed as revision 20039 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Simplify compilation call by using $(EXTRALIBS).Diego Biurrun2006-10-04
| | | | Originally committed as revision 20038 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Allow to compile swscale testsLuca Abeni2006-08-21
| | | | Originally committed as revision 19476 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-17
| | | | | | | header files that happen to have the same name as internal ones. based on a patch by Vladislav Naumov, vladislav.naumov **at** gmail **dot** com Originally committed as revision 19426 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix compilation as a win32 shared library (libavutil must be explicitly linked)Luca Abeni2006-08-16
| | | | Originally committed as revision 19416 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* make libswscale build system similar to the libav* oneLuca Abeni2006-07-10
| | | | Originally committed as revision 18994 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move postproc ---> libswscaleLuca Abeni2006-06-30
Originally committed as revision 18866 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale