Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-14 | Initial support for HDMI-CEC | phintuka | |
2014-01-13 | Added sxfe_display_edid() | phintuka | |
2013-08-15 | gnome-screensaver: Added support for Nokia N9 MCE (Mode Control Entity) | phintuka | |
2012-08-30 | Fixed configure error exit value | phintuka | |
2012-07-29 | Pass libavutil CFLAGS from pkg-config to gcc | phintuka | |
2012-01-30 | configure: removed -lglut from OpenGL check | phintuka | |
2012-01-30 | OpenGL does not depend on XRender anymore | phintuka | |
2011-06-11 | Cosmetics | phintuka | |
2011-06-11 | Added configure check for libbluray | phintuka | |
2011-03-05 | Removed (unused) XRandr check | phintuka | |
(Part of gentoo patch vdr-xineliboutput-9999-build-system.patch) | |||
2011-03-05 | Cosmetics | phintuka | |
2011-03-05 | opengl support needs -ldl and -lpthread | phintuka | |
vdr plugin needs -ldl (closes bug #3199506) (replaces patch #3197558, Thanks to Ville Skyttä) | |||
2011-03-05 | Fixed comment | phintuka | |
(patch #3197559, Thanks to Ville Skyttä) | |||
2011-02-28 | Disable opengl if no dlfcn or pthread | phintuka | |
2011-02-28 | Added check for libcap | phintuka | |
2011-02-28 | Added pthread and dlfcn to features list | phintuka | |
2010-11-23 | configure: added an option to disable i18n support | phintuka | |
(Thanks to Christian Ruppert) | |||
2010-10-19 | Finished the --cc and --cxx switch functionality. | phintuka | |
(Thanks to Christian Ruppert) | |||
2010-10-19 | Removed unneeded -ldbus-1 | phintuka | |
(Thanks to Christian Ruppert) | |||
2010-07-09 | Link vdr-sxfe and vdr-fbfe with -lpthread | phintuka | |
Link vdr plugin with -ldl Closes #2998952 | |||
2010-05-26 | Added checks for XShape and OpenGL | phintuka | |
(Thanks to grueni75, patch #2978033) | |||
2010-05-25 | Link libavutil only to xine input plugin | phintuka | |
2010-05-25 | Fixed bug #3006495: The xine plugins are unnecessarily linked with libjpeg | phintuka | |
(Thanks to Tobias Grimm) | |||
2010-05-19 | Removed duplicate rule (disabled x11 -> ...) | phintuka | |
2010-03-12 | Use pkg-config instead of deprecated xine-config | phintuka | |
2010-03-12 | Cosmetics (whitespace) | phintuka | |
2009-07-23 | Do not link against libvdpau | phintuka | |
(Thanks to Tobias Grimm) | |||
2009-02-17 | Added check for dbus-glib | phintuka | |
2009-02-17 | Translate - to _ when generating C macro names | phintuka | |
2009-02-17 | Added CFLAGS (for include paths) to C compile / link tests | phintuka | |
2009-02-17 | Added missing " | phintuka | |
Log gcc output | |||
2009-02-17 | Added debug output for flags | phintuka | |
2009-01-08 | Added sharpness and noise reduction setup options for VDPAU. | rofafor | |
2008-11-18 | Added math library (-lm) to LIBS_X11 when building with | phintuka | |
Xrender / HUD OSD support (Thanks to Anssi Hannula) | |||
2008-11-12 | Silenced stdout and stderr in testhdr compilation. | rofafor | |
2008-11-11 | Added check for libjpeg | phintuka | |
2008-11-11 | Added check for libavutil | phintuka | |
2008-11-10 | Check for XShm | phintuka | |
2008-11-10 | Fixed setting CFLAGS | phintuka | |
2008-11-02 | Use pkg-config by default | phintuka | |
2008-11-01 | Added test for pkg-config | phintuka | |
2008-11-01 | Moved xine plugin dir check to configure script | phintuka | |
2008-11-01 | Use configure-detected libs for linking | phintuka | |
2008-10-31 | Automatically generate features.h. | phintuka | |
This file replaces all -DHAVE_... options passed to C compiler. | |||
2008-10-31 | Moved C compile tests to configure script. | phintuka | |
- it is now possible to disable features by running configure script manually before running make - improved tests: script checks linking too - results are imported to Makefile from generated config.mak file |