Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-18 | Added XINELIBOUTPUT_CONFIGURE_OPTS. | phintuka | |
It should be used to set/override configure script parameters in Make.config files. | |||
2008-11-16 | Simplify. | phintuka | |
This should also fix missing .c->.o deps/rules when .dependencies file was created without config.mak. | |||
2008-11-16 | .dependencies depends on config.mak | phintuka | |
2008-11-16 | ... and removed duplicate logdefs.o from vdr-sxfe/vdr-fbfe | phintuka | |
2008-11-16 | Added logdefs.o to subplugins. | phintuka | |
2008-11-16 | Fixed make .dependencies | phintuka | |
2008-11-15 | Generate dependencies for xine plugin source files | phintuka | |
2008-11-15 | - Automatically generate deps for all C files | phintuka | |
- Use auto-generated rules in .c->.o rules - Use only single xine_fbfe_frontend.o - Added missing xine_frontend.o to vdr sub-plugins | |||
2008-11-14 | Compile xine_frontend.c to own object file | phintuka | |
2008-11-14 | Silenced the execution of configure. | rofafor | |
2008-11-14 | Need only one xine_fbfe_frontend.o | phintuka | |
2008-11-13 | compile xine_frontend_main.c as separate unit | phintuka | |
2008-11-11 | Cleaned up compile time warnings. | rofafor | |
2008-11-11 | Removed -ljpeg (it is already added by configure) | phintuka | |
2008-11-11 | USe configure-generated CFLAGS_VDR | phintuka | |
2008-11-11 | Cosmetics | phintuka | |
2008-11-11 | Make xine_frontend_lirc.c separate compilation unit | phintuka | |
2008-11-04 | Added logdefs.o to executables and VDR plugin | phintuka | |
2008-11-04 | Updated C file rules: | phintuka | |
- do not use hardcoded input/output file names - removed duplicate extra deps ("make depend" handles those) | |||
2008-11-04 | Build single vdrdiscovery.o for both client and server | phintuka | |
2008-11-01 | Moved xine plugin dir check to configure script | phintuka | |
2008-11-01 | Use configure-detected libs for linking | phintuka | |
2008-11-01 | Removed adding HAVE_ macros to defines, those are now uncluded from features.h | phintuka | |
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 | |||
2008-10-30 | Removed ENABLE_TEST_POSTPLUGINS / xine_post_headphone | phintuka | |
2008-10-30 | Build system update: | phintuka | |
APPLE_DARWIN -> ARCH_APPLE_DARWIN | |||
2008-10-30 | Build system update: | phintuka | |
1/0 -> yes/no | |||
2008-10-28 | Fixed Xrandr header test | phintuka | |
2008-10-28 | Detect Xrandr | phintuka | |
2008-10-28 | Build system upgrade: | phintuka | |
HAVE_EXTRACTOR_H -> HAVE_LIBEXTRACTOR | |||
2008-10-21 | Replace the -D option of install with mkdir -p. | phintuka | |
install -D does not work in OSX. (Reported by Tero Siironen) | |||
2008-05-27 | Added -LXinerama | phintuka | |
2008-05-07 | Added metainfo menuxineliboutput-1_0_1 | phintuka | |
(Patch from Petri Helin) | |||
2008-04-23 | Added buildtime check for Xinerama | phintuka | |
2008-04-13 | Revert changes from 1.30 | phintuka | |
2008-04-10 | Buildtime check for X11 dpms extension | phintuka | |
2008-04-02 | Some cleanup | phintuka | |
2008-04-02 | Reduce number of build-time configuration test runs | phintuka | |
(tests are now executed only once) | |||
2008-04-01 | Added check for libextractor | phintuka | |
(library for metadata fetching/parsing) | |||
2008-03-28 | Simple buildtime check for Xrender extension (for HUD OSD) | phintuka | |
2008-03-28 | LOCALEDIR -> LOCDIR | phintuka | |
Do not override LOCDIR if it has been set already in Make.config | |||
2008-02-20 | Software scaling post plugin | phintuka | |
2008-02-05 | Added new object file (tools.o) to VDR plugin | phintuka | |
2008-01-01 | Don't use pkg-config for xine-lib < 1.2 | phintuka | |
2007-12-22 | Do the test only once | phintuka | |
2007-12-22 | Prefer pkg-config over (deprecated) xine-config | phintuka | |
2007-11-25 | Adapt to new internalization method. | phelin | |
2007-09-01 | Add default target and support for (plugin-)local Make.config | phintuka | |
2007-04-02 | Moved linker options to variable | phintuka | |
Support building in MAC OS X (based on patch by Tero Siironen) | |||
2007-01-22 | Shell scripts modified to run in dash (Ubuntu). (Thanks to ↵ | phintuka | |
realKano@directbox.com) |