Alex Beregszaszi [Sun, 18 Feb 2007 00:47:13 +0000 (00:47 +0000)]
spit an error message in case of invalid chunk
Originally committed as revision 8014 to svn://svn.ffmpeg.org/ffmpeg/trunk
Víctor Paesa [Sun, 18 Feb 2007 00:17:04 +0000 (00:17 +0000)]
libswscale is needed in Cygwin vhooks
patch by Víctor Paesa wzrlpy arsystel com
Originally committed as revision 8013 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 17 Feb 2007 23:43:02 +0000 (23:43 +0000)]
rewrite H264_CHROMA_MC4_TMPL (20% faster)
Originally committed as revision 8012 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 17 Feb 2007 21:42:39 +0000 (21:42 +0000)]
10l: I thought I'd tested all changes...
Originally committed as revision 8011 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 17 Feb 2007 21:36:00 +0000 (21:36 +0000)]
rearrange --help text slightly
Originally committed as revision 8010 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 17 Feb 2007 21:10:14 +0000 (21:10 +0000)]
mention --target-os in --help
Originally committed as revision 8009 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 17 Feb 2007 18:45:00 +0000 (18:45 +0000)]
move arch processing after command line loop
Originally committed as revision 8008 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 17 Feb 2007 18:35:35 +0000 (18:35 +0000)]
put mingw section together with other OS specifics
Originally committed as revision 8007 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 17 Feb 2007 18:32:04 +0000 (18:32 +0000)]
add --target-os option, and move OS specific settings after command line
processing
Originally committed as revision 8006 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 17 Feb 2007 13:28:44 +0000 (13:28 +0000)]
negative stride and h_size-=8 fix
Originally committed as revision 22247 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Michael Niedermayer [Sat, 17 Feb 2007 11:55:57 +0000 (11:55 +0000)]
remove imgresample and convert with the next version bump
Originally committed as revision 8005 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 17 Feb 2007 11:41:59 +0000 (11:41 +0000)]
Use AVRandom
Originally committed as revision 8004 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 17 Feb 2007 11:39:54 +0000 (11:39 +0000)]
10l: forgot break statement
Originally committed as revision 8003 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 17 Feb 2007 11:36:02 +0000 (11:36 +0000)]
BGR/RGB4 byte formats as input
fixing isRGB/BGR() for the byte formats
Originally committed as revision 22244 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Michael Niedermayer [Sat, 17 Feb 2007 02:46:47 +0000 (02:46 +0000)]
not checking error return, resulting double free
returning uninitalized pointers
Originally committed as revision 8002 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 17 Feb 2007 00:35:37 +0000 (00:35 +0000)]
restore lost --enable-amr-if2 option
Originally committed as revision 8001 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 16 Feb 2007 21:50:37 +0000 (21:50 +0000)]
factorize fill_rectangle()
remove more silly ref_count checks
use list_count where appropriate
Originally committed as revision 8000 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 16 Feb 2007 21:42:01 +0000 (21:42 +0000)]
replace list<2 checks by list<list_count
remove silly ref_count<0 and ref_count==0 checks its impossible for this variable to have such a value
Originally committed as revision 7999 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 16 Feb 2007 21:34:21 +0000 (21:34 +0000)]
fix 2nd ref_count check
add list_count
Originally committed as revision 7998 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 16 Feb 2007 21:29:15 +0000 (21:29 +0000)]
fix ref_count check
Originally committed as revision 7997 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 16 Feb 2007 21:27:59 +0000 (21:27 +0000)]
factorize mv_cache and mvd_cache init
Originally committed as revision 7996 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 16 Feb 2007 21:25:22 +0000 (21:25 +0000)]
simplify
Originally committed as revision 7995 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 16 Feb 2007 21:22:53 +0000 (21:22 +0000)]
add a few asserts to ensure alignment
Originally committed as revision 7994 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 16 Feb 2007 21:21:07 +0000 (21:21 +0000)]
prevent h.264 MC related functions from being inlined (yes this is much faster the code just doesnt fit in the code cache otherwise)
Originally committed as revision 7993 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 16 Feb 2007 21:19:42 +0000 (21:19 +0000)]
av_noinline
Originally committed as revision 7992 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 16 Feb 2007 21:17:15 +0000 (21:17 +0000)]
pal8 input
this is not optimized or anything (that is easy to add just use the existing unscaled converters if possible ...)
Originally committed as revision 22236 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
François Revol [Thu, 15 Feb 2007 15:39:39 +0000 (15:39 +0000)]
Make sure we don't try to emulate poll() when it's there if --disable-ffserver... 10l
Originally committed as revision 7991 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Thu, 15 Feb 2007 13:32:06 +0000 (13:32 +0000)]
MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placeholder for winsock.
Originally committed as revision 7990 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michel Bardiaux [Thu, 15 Feb 2007 12:57:51 +0000 (12:57 +0000)]
Spelling fix
Originally committed as revision 7989 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michel Bardiaux [Thu, 15 Feb 2007 12:57:20 +0000 (12:57 +0000)]
Spelling fix
Originally committed as revision 7988 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Thu, 15 Feb 2007 07:44:10 +0000 (07:44 +0000)]
poll() emulation for BeOS, and maybe MinGW.
Originally committed as revision 7987 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 14 Feb 2007 23:33:16 +0000 (23:33 +0000)]
Move xvmc_render.h to libavcodec where it belongs. Blessed by Ivan.
Originally committed as revision 7986 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Wed, 14 Feb 2007 22:18:13 +0000 (22:18 +0000)]
simplify
Originally committed as revision 7985 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Wed, 14 Feb 2007 22:12:49 +0000 (22:12 +0000)]
rename video4linux[2] variables to v4l[2], consistent with --disable options
Originally committed as revision 7984 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Wed, 14 Feb 2007 17:01:32 +0000 (17:01 +0000)]
implement new grabbing interface, as described here:
ttp://thread.gmane.org/gmane.comp.video.ffmpeg.devel/42920
patch by Ramiro Polla % ramiro A lisha P ufsc P br %
Original thread:
Date: Jan 31, 2007 8:56 PM
Subject: [Ffmpeg-devel] [PATCH] New grabbing interface
Originally committed as revision 7983 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 14 Feb 2007 14:54:20 +0000 (14:54 +0000)]
fix dts adjusting
Originally committed as revision 7982 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Wed, 14 Feb 2007 13:25:24 +0000 (13:25 +0000)]
Pass the v4l2 buffer into the AVPacket, instead of allocating a new buffer
and copying the frame into it (remove a memcpy())
Originally committed as revision 7981 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 14 Feb 2007 11:23:11 +0000 (11:23 +0000)]
100l
Originally committed as revision 7980 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 14 Feb 2007 11:18:34 +0000 (11:18 +0000)]
indentation
Originally committed as revision 7979 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 14 Feb 2007 11:01:05 +0000 (11:01 +0000)]
use aiff when we can, some players only support aiff
Originally committed as revision 7978 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 14 Feb 2007 10:50:01 +0000 (10:50 +0000)]
doxy for avcodec_encode_video()
Originally committed as revision 7977 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michel Bardiaux [Wed, 14 Feb 2007 09:57:41 +0000 (09:57 +0000)]
Fix one warning
Originally committed as revision 7976 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 14 Feb 2007 09:25:18 +0000 (09:25 +0000)]
some updates
Originally committed as revision 7975 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 14 Feb 2007 09:18:21 +0000 (09:18 +0000)]
liba52 was removed, libswscale is also GPLed.
Originally committed as revision 7974 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 14 Feb 2007 09:16:02 +0000 (09:16 +0000)]
Remove unused file.
Originally committed as revision 7973 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Wed, 14 Feb 2007 01:08:00 +0000 (01:08 +0000)]
This is no longer necessary for BeOS now that we don't play nasty tricks with error codes.
Originally committed as revision 7972 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Wed, 14 Feb 2007 00:12:27 +0000 (00:12 +0000)]
combine handling of --enable/disable-encoder/decoder/muxer/demuxer/parser
Originally committed as revision 7971 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Tue, 13 Feb 2007 23:49:50 +0000 (23:49 +0000)]
simplify ever so slightly
Originally committed as revision 7970 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Tue, 13 Feb 2007 23:48:36 +0000 (23:48 +0000)]
add powerpc_perf to CONFIG_LIST, rename --powerpc-perf-enable option
to --enable-powerpc-perf
Originally committed as revision 7969 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Tue, 13 Feb 2007 23:45:28 +0000 (23:45 +0000)]
rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF
Originally committed as revision 7968 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Tue, 13 Feb 2007 23:42:35 +0000 (23:42 +0000)]
rename some --enable options for external libs
Originally committed as revision 7967 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 13 Feb 2007 23:20:35 +0000 (23:20 +0000)]
Ogg is not Vorbis.
Originally committed as revision 7966 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Tue, 13 Feb 2007 18:26:14 +0000 (18:26 +0000)]
This fixes error handling for BeOS, removing the need for some ifdefs.
AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h.
Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed.
Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code.
This also removes the need for berrno.h.
Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michel Bardiaux [Tue, 13 Feb 2007 16:06:50 +0000 (16:06 +0000)]
Change some dprintf to av_log
Originally committed as revision 7964 to svn://svn.ffmpeg.org/ffmpeg/trunk
Carl Eugen Hoyos [Tue, 13 Feb 2007 08:21:47 +0000 (08:21 +0000)]
Move base64.[ch] to libavutil.
patch by Carl Eugen Hoyos, cehoyos ag.or at
Originally committed as revision 7963 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 13 Feb 2007 07:48:23 +0000 (07:48 +0000)]
Intensity compensation for B-frames in AP was missing
Originally committed as revision 7962 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 13 Feb 2007 00:38:16 +0000 (00:38 +0000)]
support yet another broken avi (filedoesitbetter.avi) which has a wrong stream count
Originally committed as revision 7961 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 12 Feb 2007 23:32:55 +0000 (23:32 +0000)]
always use audio spread (instead of "video no spread" for audio ...)
Originally committed as revision 7960 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 12 Feb 2007 23:23:05 +0000 (23:23 +0000)]
consistency renaming: yuv422 --> yuyv422
Originally committed as revision 7959 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 12 Feb 2007 23:15:38 +0000 (23:15 +0000)]
consistency renaming: uyvy411 --> uyyvyy411
Originally committed as revision 7958 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 12 Feb 2007 23:07:17 +0000 (23:07 +0000)]
consistency renaming: rgba32 --> rgb32
Originally committed as revision 7957 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 12 Feb 2007 22:56:14 +0000 (22:56 +0000)]
oops forgot this one (increase preroll time to min of my asfs)
Originally committed as revision 7956 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 12 Feb 2007 22:55:09 +0000 (22:55 +0000)]
increaseing preroll time to the minimum of the asf files i have
Originally committed as revision 7955 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 12 Feb 2007 19:59:38 +0000 (19:59 +0000)]
remove md5 check for wma as there are rounding differences between cpus
Originally committed as revision 7954 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 12 Feb 2007 19:50:57 +0000 (19:50 +0000)]
disabling vorbis regression test for now, both encoder and decoder behave strange and have to be fixed
Originally committed as revision 7953 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 12 Feb 2007 19:24:53 +0000 (19:24 +0000)]
dont set the keyframe flag for audio as microshitty doesnt do it and some things have problems with our asfs, maybe that has a positive effect?
Originally committed as revision 7952 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michel Bardiaux [Mon, 12 Feb 2007 18:44:53 +0000 (18:44 +0000)]
Regression changes after addition of fact chunk to non-PCM wav
Originally committed as revision 7951 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michel Bardiaux [Mon, 12 Feb 2007 15:57:21 +0000 (15:57 +0000)]
Add FACT chunk for non-PCM wav formats
Originally committed as revision 7950 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 12 Feb 2007 15:44:35 +0000 (15:44 +0000)]
minor help output formatting fix
Originally committed as revision 7949 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 12 Feb 2007 14:25:48 +0000 (14:25 +0000)]
slightly improve *_TIMER
Originally committed as revision 7948 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Mon, 12 Feb 2007 14:07:04 +0000 (14:07 +0000)]
-s option have different defaults for ffmpeg and ffserver cases.
Originally committed as revision 7947 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Mon, 12 Feb 2007 13:38:14 +0000 (13:38 +0000)]
Pass a proper context to av_log()
Originally committed as revision 7946 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 12 Feb 2007 10:05:19 +0000 (10:05 +0000)]
Restore the possibility to link liba52 instead of dlopening.
Originally committed as revision 7945 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 12 Feb 2007 08:53:25 +0000 (08:53 +0000)]
fix --enable-*threads
Originally committed as revision 7944 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Sun, 11 Feb 2007 22:07:06 +0000 (22:07 +0000)]
Remove unused ENODATA define
Originally committed as revision 7943 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 11 Feb 2007 20:03:17 +0000 (20:03 +0000)]
10l to Diego for breaking A52 decoder
Originally committed as revision 7942 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 11 Feb 2007 19:50:19 +0000 (19:50 +0000)]
simplify --enable/disable-* option handling
Originally committed as revision 7941 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 11 Feb 2007 19:36:04 +0000 (19:36 +0000)]
clean up amr option handling
Originally committed as revision 7940 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 11 Feb 2007 19:02:59 +0000 (19:02 +0000)]
Rename ac3 decoder to liba52 to prepare for native decoder.
Originally committed as revision 7939 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 11 Feb 2007 18:27:16 +0000 (18:27 +0000)]
add armv6 to TARGET_LIST
Originally committed as revision 7938 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 11 Feb 2007 18:26:28 +0000 (18:26 +0000)]
move pkg_requires setting to end
Originally committed as revision 7937 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 11 Feb 2007 17:25:49 +0000 (17:25 +0000)]
rename some variables to match corresponding --enable-* options
Originally committed as revision 7936 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 11 Feb 2007 16:57:17 +0000 (16:57 +0000)]
make key parameter const
Originally committed as revision 7935 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 11 Feb 2007 16:39:09 +0000 (16:39 +0000)]
rename HAVE_GPROF to CONFIG_GPROF
Originally committed as revision 7934 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 11 Feb 2007 16:29:00 +0000 (16:29 +0000)]
Remove internal liba52; external lib still works, native decoder coming up.
Originally committed as revision 7933 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 11 Feb 2007 16:24:15 +0000 (16:24 +0000)]
finish feature calculations before printing result and creating files
Originally committed as revision 7932 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 11 Feb 2007 16:20:45 +0000 (16:20 +0000)]
handle network dependency on protocols with check_deps()
Originally committed as revision 7931 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 11 Feb 2007 15:49:37 +0000 (15:49 +0000)]
recursive feature dependency checking
Originally committed as revision 7930 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 11 Feb 2007 14:33:26 +0000 (14:33 +0000)]
let check_deps handle ffplay
Originally committed as revision 7929 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 11 Feb 2007 14:22:28 +0000 (14:22 +0000)]
tidy up ffserver deps
Originally committed as revision 7928 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 11 Feb 2007 13:03:20 +0000 (13:03 +0000)]
consistency cosmetics for the option handling routine
Originally committed as revision 7927 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 11 Feb 2007 13:02:03 +0000 (13:02 +0000)]
Force liba52 to yes if liba52bin is set.
Originally committed as revision 7926 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 11 Feb 2007 12:50:33 +0000 (12:50 +0000)]
mxf aes decryption support, patch by Reimar, simplified to only look for first crypto context, will be extended once we get files with multiple cryptocontext, and hope that they won't have broken container ul
Originally committed as revision 7925 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 11 Feb 2007 12:37:28 +0000 (12:37 +0000)]
add key field to AVFormatContext for de/encryption support, patch by Reimar
Originally committed as revision 7924 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 11 Feb 2007 12:27:11 +0000 (12:27 +0000)]
Remove unused libac3 AC3 decoding interface.
Originally committed as revision 7923 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 11 Feb 2007 12:11:57 +0000 (12:11 +0000)]
simplify SDL check
Originally committed as revision 7922 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 11 Feb 2007 11:53:58 +0000 (11:53 +0000)]
don't skip freetype2 check on beos
Originally committed as revision 7921 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 11 Feb 2007 11:42:35 +0000 (11:42 +0000)]
simplify imlib2 check
Originally committed as revision 7920 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 11 Feb 2007 11:35:56 +0000 (11:35 +0000)]
simplify freetype check
Originally committed as revision 7919 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 11 Feb 2007 11:28:53 +0000 (11:28 +0000)]
do nothing in restore_flags() if flags are not saved
Originally committed as revision 7918 to svn://svn.ffmpeg.org/ffmpeg/trunk