]> git.sesse.net Git - vlc/history - configure.ac
Qt: enable the recents menu again after adding an element
[vlc] / configure.ac
2011-12-09 Alexis Ballierxosd: require and link against Xlib.
2011-12-07 Rafaël CarréDxva2 is only available in Windows Vista and above
2011-12-06 Rafaël CarréOSX: Sparkle is not optional
2011-12-02 Jean-Baptiste KempfMacOS: default to 10.6.sdk
2011-11-30 Jean-Baptiste Kempfconfigure: require latest libbluray
2011-11-30 Jean-Baptiste KempfConfigure: simplify MacOS flags
2011-11-30 Jean-Baptiste KempfMacOS: do not try to have KDE-solid
2011-11-30 Jean-Baptiste KempfMacOS: always specify a minimum-sdk
2011-11-29 Rafaël CarréDistribute (but do not build) modules/access/dvb
2011-11-29 Rafaël Carréfix OSX architecture detection for i386
2011-11-29 Rafaël Carréncurses: simplify check
2011-11-29 Rafaël Carréskins2: disable if qt4 is not available
2011-11-29 Rafaël CarréMove skins2 test after qt4 so it can be disabled
2011-11-29 Rafaël Carré(v)asprintf: define HAVE_(V)ASPRINTF if found
2011-11-29 Rafaël Carré(v)asprintf : don't use AC_REPLACE_FUNCS
2011-11-29 Rafaël CarréFix thread library check
2011-11-28 Rafaël Carrésimplify thread library check
2011-11-28 Rafaël CarréFix fvisibility=hidden check on windows
2011-11-28 Rafaël CarréMore VIM syntax fixes
2011-11-28 Rafaël CarréFix VIM syntax highlight
2011-11-28 Rafaël Carréconfigure.ac: fix use of *FLAGS_save and VLC_{SAVE...
2011-11-28 Jean-Baptiste KempfOn the road of 1.3.0 1.3.0-git
2011-11-27 Rémi Denis-CourmontRemove useless config.h #define
2011-11-26 Jean-Baptiste KempfConfigure: build skins2 when asked
2011-11-25 Rafaël Carréremove libdvdcss static linking hacks
2011-11-25 Rémi Denis-CourmontMove some gcrypt-related logic to makefiles
2011-11-25 Ralph GilesFix the condition for HAVE_QTKIT.
2011-11-25 Rafaël Carréworkaround the fact that VLC_ADD_LIBS appends arguments...
2011-11-25 Rafaël Carrémove dvdcss checks after dvdread and dvdnav
2011-11-25 Rafaël Carrédvdcss: only use darwin libraries on darwin
2011-11-24 Rafaël CarréLink dvdread and dvdnav plugins to libdvdcss, always
2011-11-24 Rafaël CarréUpdate lookup directory for growl
2011-11-24 KO Myung-HunAdd KVA video output module for OS/2
2011-11-24 Rafaël CarréOSX: test and use frameworks correctly
2011-11-24 Rafaël CarréOSX: refuse to build without BGHUDAppKit
2011-11-23 Rafaël CarréOSX: make BGHUDAppKit and Sparkle optional
2011-11-23 Rafaël CarréRevert "Don't assume some default prefix is used"
2011-11-23 Rafaël CarréDon't assume some default prefix is used
2011-11-23 Rafaël Carréremove --enable-macosx-defaults, move to shell script
2011-11-23 Rafaël CarréOSX: factorize, abort early if SDK not found
2011-11-23 Jean-Baptiste KempfOn the road to -pre2
2011-11-23 Rémi Denis-Courmonthqdn3d needs libm
2011-11-22 Rafaël CarréRevert "mingw32: Look for contribs in /usr/win32 or...
2011-11-20 Rafaël Carrémingw32: Look for contribs in /usr/win32 or /usr/win64
2011-11-20 Rafaël CarréCheck contribs after operating system (which sets SYS)
2011-11-20 Rafaël CarréNo need to set LDFLAGS_vlc
2011-11-19 Rafaël Carréi686-w64-mingw32 toolchain produces 32bits binaries
2011-11-19 Rafaël CarréRemove obsolete optimizations=speed option
2011-11-19 Rafaël CarréDon't force fno-omit-frame-pointer on darwin
2011-11-19 Rafaël Carrén't -> ' not'
2011-11-19 Rémi Denis-CourmontFix CFLAGS for optimizations and SIMD
2011-11-19 Rafaël Carréskins2/win32: don't link with every lib known in existence
2011-11-14 Rémi Denis-Courmontconfigure: check that live555 has our patches applied
2011-11-14 Rémi Denis-Courmontconfigure: cache live555 version check
2011-11-14 Rémi Denis-Courmontconfigure: drop --with-live555-tree and balance AC_LANG...
2011-11-14 Rémi Denis-Courmontconfigure: live555 needs CXX check regardless of -...
2011-11-12 Rémi Denis-CourmontCover clobber list and compiler flags when checking...
2011-11-11 Rémi Denis-Courmontconfigure: do not print incomplete and thus confusing...
2011-11-11 Rémi Denis-CourmontRework OpenGL detection
2011-11-11 Rafaël CarréFix wglew.h detection with mingw32
2011-11-11 Rafaël Carrévlc.win32.nsi: remove obsolete stuff
2011-11-10 KO Myung-HunImplement vlc_poll() on OS/2
2011-11-10 Rafaël Carréglwin32 needs wglew.h not glext.h
2011-11-09 Rémi Denis-CourmontFix liba52 detection
2011-11-09 Ilkka Ollakkaconfigure.ac: fix typo
2011-11-07 Rafaël Carrépeflags: rewrite needed features in python
2011-11-04 Jean-Baptiste KempfMoving to 1.2.0-pre1 1.2.0-pre1
2011-11-04 Michael Feursteinqtsound: added audio capture functionality for MAC...
2011-11-03 Rafaël CarréDon't error out if --disable-avcodec was specified...
2011-11-03 Rémi Denis-CourmontMake vlc_network.h installable
2011-11-03 Rémi Denis-CourmontRewrite inet_pton() and inet_ntop() into compat
2011-11-03 Rémi Denis-Courmontconfigure: remove inet_aton() check
2011-10-31 KO Myung-HunAdd KAI audio output module for OS/2
2011-10-26 Christopher MuellerAdded DASH stream filter
2011-10-20 KO Myung-HunImplement cdrom tools to access audio/video CD on OS/2
2011-10-17 Rémi Denis-CourmontUse *_PKG_ERRORS as error/warning where available
2011-10-17 Rémi Denis-CourmontPrint speexdsp error when enable_speex is set
2011-10-16 Rémi Denis-CourmontSpeex resampler (for FL32 and S16N)
2011-10-11 Rémi Denis-CourmontRemove manual toolchain tools checks from before Libtool
2011-10-11 Rémi Denis-CourmontValidate the .desktop file with desktop-utils where...
2011-10-10 KO Myung-HunUse static linking on OS/2
2011-10-10 KO Myung-HunEnable dynamicoverlay and disable access_shm on OS/2
2011-10-10 KO Myung-HunSet enable_non_utf8 to "no" on OS/2.
2011-10-10 KO Myung-HunEnable SDL vout module on OS/2
2011-10-10 Rémi Denis-CourmontBypass SQLite check if media library is disabled, remov...
2011-10-01 Rémi Denis-CourmontRemove OSSO screen unblanking plug-in
2011-10-01 Rémi Denis-CourmontMCE plug-in for screen unblanking on Maemo devices
2011-09-30 Jean-Baptiste KempfFix configure for Win32 on OpenGL detection
2011-09-29 Jean-Baptiste KempfReorder configure.ac to improve --help readability
2011-09-29 Jean-Baptiste KempfConfigure: simplify kate detection
2011-09-28 Rafaël Carréskins2 doesn't depend on ctl3d32.dll
2011-09-28 Ludovic FauvetBump Qt minimum version to 4.6.0
2011-09-25 Rafaël CarréRevert "vlc_memalign: use memalign() if posix_memalign...
2011-09-22 Pierre Ynardconfigure: fix sid demux
2011-09-22 Rafaël Carrévlc_memalign: use memalign() if posix_memalign() isn...
2011-09-21 Martin Storsjöomxil: Allow using IOMX on Android
2011-09-21 Jean-Baptiste KempfConfigure.ac: cleanup
2011-09-16 Felix Paul Kühnegrowl_udp: removed module, since it is broken and will...
2011-09-07 Rémi Denis-CourmontFix skins2
2011-09-06 Jean-Baptiste KempfConfigure: slight simplification.
next