aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* Prefer FSF-style AltiVec flags over Apple-style.Gravatar diego2008-05-10
* Simplify AltiVec compiler flag test.Gravatar diego2008-05-10
* Simplify AltiVec CFLAG test.Gravatar diego2008-05-10
* Replace some if constructs with && in the AltiVec test.Gravatar diego2008-05-10
* cosmetics: whitespace changes, spelling, code moving in AltiVec test.Gravatar diego2008-05-10
* Only check for and set AltiVec flags if AltiVec or runtime CPU detection isGravatar diego2008-05-10
* Remove outdated FIXME comment.Gravatar diego2008-05-10
* FFmpeg parts no longer require extra -I CFLAGS.Gravatar diego2008-05-09
* cosmetics: indentationGravatar diego2008-05-09
* Add options to handle the external libraries in libavcodec, which requireGravatar diego2008-05-08
* Add option to disable mp3lame.Gravatar diego2008-05-08
* cosmetics: Rename _lavc_* variables to _*_lavc.Gravatar diego2008-05-08
* cosmetics: Rename _def_lavc_* variables to _def_*_lavc.Gravatar diego2008-05-08
* Remove obscure comment about libmp3lame depending on Vorbis.Gravatar diego2008-05-07
* 1l: Remove leftover _lavc_x264 variable.Gravatar diego2008-05-07
* Always enable x264 in libavcodec if x264 is enabled.Gravatar diego2008-05-06
* Rewrite (gcc) compiler check to default to enabling compilation and not setGravatar diego2008-05-04
* cosmetics: Remove trailing whitespace.Gravatar diego2008-05-03
* cosmetics: Remove unused argc/argv parameters from test programs.Gravatar diego2008-05-03
* cosmetics: Consistently compactify and reformat test programs.Gravatar diego2008-05-03
* Use a regular expression to filter out all external library parts from FFmpeg.Gravatar diego2008-05-03
* Remove dead code; LIBVORBIS_ENCODER is deleted from _libavencoders elsewhere.Gravatar diego2008-05-03
* External libraries used by FFmpeg now have a lib prefix in their name.Gravatar diego2008-05-03
* Fix compilation: disable libdirac and libschroedinger FFmpeg de- and encoders.Gravatar reimar2008-05-03
* cosmetics: Reindent after last commit and reformat comment.Gravatar diego2008-05-01
* Always run the GCC AltiVec test so that the correct AltiVec CFLAGS get pickedGravatar diego2008-05-01
* cosmetics: Fix indentation after last commits.Gravatar diego2008-05-01
* Remove obsolete gcc 2.96 warning message. This was also used for e.g. icc,Gravatar diego2008-05-01
* Remove --disable-gcc-check option and related code.Gravatar diego2008-05-01
* Rename cc_verc_fail variable to cc_fail.Gravatar diego2008-05-01
* cosmetics: Simplify altivec.h test.Gravatar diego2008-05-01
* cosmetics: Fix indentation after last commit.Gravatar diego2008-05-01
* Check for altivec.h always, not just when AltiVec is enabled.Gravatar diego2008-05-01
* Set libdvdcss CFLAGS for dvdread from configure.Gravatar diego2008-04-30
* Move CFLAGS setting to configure.Gravatar diego2008-04-29
* Remove unnecessary -I.. from CFLAGS, change -I../libavutil to -Ilibavutil.Gravatar diego2008-04-28
* Only compile libmpcodecs/ve_qtvideo.c on Windows.Gravatar diego2008-04-26
* Rename make variable DVDCSS_INTERNAL --> LIBDVDCSS_INTERNAL.Gravatar diego2008-04-24
* dependency generation infrastructure for C++ filesGravatar diego2008-04-24
* Move libfaad2 fixed-point CFLAGS setting to configure.Gravatar diego2008-04-24
* Move Tremor low accuracy CFLAGS handling to configure.Gravatar diego2008-04-22
* added support for dvdread-config (from our svn), called as fallback when dvdr...Gravatar nicodvb2008-04-22
* Only add available CPU extensions to config.mak.Gravatar diego2008-04-22
* Fix DEPEND_CMD, there was one level of variable indirection too much.Gravatar diego2008-04-13
* Add Makefile variable for DVB OSD menu, saves one ifeq.Gravatar diego2008-04-13
* Restore compilation of osdep/mplayer-rc.o.Gravatar diego2008-04-13
* Fix MPDEPEND_CMD to work with more than one subdirectory level.Gravatar diego2008-04-12
* Enable runtime control for colorful and/or module name outputGravatar zuxy2008-04-12
* Remove unused make variable.Gravatar diego2008-04-11