Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-29 | Pass libavutil CFLAGS from pkg-config to gcc | phintuka | |
2012-03-07 | Improved Makefile when building without vdr | phintuka | |
2012-03-07 | Added hook for video frame drawing. | phintuka | |
This will be used with automatic video mode switching. | |||
2012-01-10 | Added quotes to configure options --cc and --cxx ("ccache g++" ...) | phintuka | |
2011-01-23 | Moved keyboard handling to xine_frontend_kbd.c | phintuka | |
2010-12-15 | Leave default DESTDIR empty. | phintuka | |
This fixes copying i18n files to right place when building inside VDR source tree. | |||
2010-12-15 | Added VDR plugins to install target when not building inside of VDR source tree. | phintuka | |
(Thanks to Christian Ruppert) | |||
2010-12-15 | Added simple VDR source tree detection. | phintuka | |
VDR plugins won't be copied to LIBDIR when not building inside VDR source tree. | |||
2010-12-11 | Fixed building inside VDR source tree | phintuka | |
2010-11-25 | Added $(VERSION) and $(APIVERSION) to the end of the VDRPLUGIN_* libraries. | phintuka | |
(Thanks to Christian Ruppert) | |||
2010-11-25 | Do not build i18n files if i18n disabled in configure | phintuka | |
(Thanks to Christian Ruppert) | |||
2010-11-23 | Changed build lines variables order to build properly with | phintuka | |
-Wl,--as-needed. It is important that the dependencies/libs come after the objects and LDFLAGS before the objects. (Thanks to Christian Ruppert) | |||
2010-11-23 | Removed -g from vdr-fbfe/vdr-sxfe build rules (it is already part of CFLAGS ↵ | phintuka | |
and should be possible to override). (Thanks to Christian Ruppert) | |||
2010-11-23 | Added CFLAGS to vdr-sxfe/vdr-fbfe build rules | phintuka | |
(Thanks to Christian Ruppert) | |||
2010-11-23 | Added LDFLAGS to the build rules | phintuka | |
(Thanks to Christian Ruppert) | |||
2010-11-23 | Added $(DESTDIR) to LOCALEDIR | phintuka | |
(Thanks to Christian Ruppert) | |||
2010-10-19 | Unconditionally add -shared linker flag | phintuka | |
(Thanks to Christian Ruppert) | |||
2010-10-19 | Fixed MAKEDEP: use $(CXX), not hardcoded g++ | phintuka | |
(Thanks to Christian Ruppert) | |||
2010-10-19 | Respect CFLAGS and LDFLAGS when building mpg2c. | 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-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-03-07 | Added support for Make.global. | rofafor | |
2010-01-26 | Added xine/vo_lastpts.o to frontends | phintuka | |
2009-06-02 | Added xvdr_metronom.o to input plugin | phintuka | |
2009-03-17 | Added xine/vo_osdreorder.o to frontends | phintuka | |
2009-02-24 | Added xine/demux_xvdr_tsdata.o to input/demux plugin | phintuka | |
2009-02-23 | Added xine/ts2es.o to input/demux plugin | phintuka | |
2009-02-17 | Fixed make depend | phintuka | |
2009-02-17 | Added tools/gnome_screensaver.o to sxfe | phintuka | |
2009-02-16 | Added object files to input plugin: | phintuka | |
tools/ts.o tools/pes.o tools/mpeg.o tools/h264.o | |||
2009-02-10 | Added demuxer: | phintuka | |
Compile xine/demux_xvdr.o Added xine/demux_xvdr.o to input plugin (both are useless alone). | |||
2008-12-18 | Added xine/vo_hook.o and xine/vo_osdscaler.o to frontends | phintuka | |
2008-12-06 | Moved OSD code from xine_input_vdr.c to xine/osd_manager.[hc] | phintuka | |
2008-12-05 | Added tools/rle.o to VDR plugin and xine input plugin | phintuka | |
Removed duplicate rules Added OBJS_XINEINPUTVDR for XINEINPUTVDR object files | |||
2008-12-03 | Added xine/adjustable_scr.o to xine input plugin | phintuka | |
2008-12-03 | Simplify: | phintuka | |
- removed deprecated configs - removed unnecessarily if...endif 's - simplified target selection | |||
2008-11-24 | Replaced cIConv with VDR's cCharConv. | rofafor | |
2008-11-20 | Removed backwards compatibility. | rofafor | |
2008-11-18 | Always define oblect lists for VDR plugin | phintuka | |
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 | |