aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* add potentially missing typesGravatar ben2008-05-20
* Output a better informative message if no AltiVec CFLAGS can be found.Gravatar diego2008-05-19
* Do not run second AltiVec CFLAG check in a subshell; the variable that isGravatar diego2008-05-19
* Replace hack to disable iconv conversion of messages with something more sane.Gravatar diego2008-05-18
* Only run AltiVec compiler tests on PowerPC.Gravatar diego2008-05-18
* 10l: Fix MAN_LANG creation for real this time.Gravatar diego2008-05-18
* 10l: missing quotes in sed commandGravatar diego2008-05-18
* Split MAN_LANG Makefile variable into MAN_LANG and MAN_LANG_ALL withGravatar diego2008-05-18
* Introduce make variable common to the GTK and Windows GUI and use itGravatar diego2008-05-18
* 10l: Add missing parentheses in AltiVec test logic.Gravatar diego2008-05-18
* Add support for AppleIR Remote as an input under Linux systems.Gravatar ben2008-05-18
* 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