summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2015-04-22Skip i18n when building only frontendsHEADmasterphintuka
2014-06-17Fix "gcc: fatal error: no input files" with some configurations.phintuka
(patch #21, Thanks to Helmut Auer)
2014-01-14Initial support for HDMI-CECphintuka
2014-01-07Updated PKGCFG variable.rofafor
2013-10-28Fixed a crash in the config initialization.rofafor
2013-10-02Makefile: do not build vdr plugins in install-lib when configured with ↵phintuka
--disable-vdr
2013-10-02Respect DESTDIR when installing I18Nmsgs. Closes #85.phintuka
(Thanks to Chris Mayo)
2013-10-02Makefile: Removed / after $(DESTDIR)phintuka
2013-08-20Added support for vdr 2.0 Makefile. Older vdr versions are not supported ↵phintuka
anymore.
2013-08-20Removed deprecated VDRVERSION checkphintuka
2012-07-29Pass libavutil CFLAGS from pkg-config to gccphintuka
2012-03-07Improved Makefile when building without vdrphintuka
2012-03-07Added hook for video frame drawing.phintuka
This will be used with automatic video mode switching.
2012-01-10Added quotes to configure options --cc and --cxx ("ccache g++" ...)phintuka
2011-01-23Moved keyboard handling to xine_frontend_kbd.cphintuka
2010-12-15Leave default DESTDIR empty.phintuka
This fixes copying i18n files to right place when building inside VDR source tree.
2010-12-15Added VDR plugins to install target when not building inside of VDR source tree.phintuka
(Thanks to Christian Ruppert)
2010-12-15Added simple VDR source tree detection.phintuka
VDR plugins won't be copied to LIBDIR when not building inside VDR source tree.
2010-12-11Fixed building inside VDR source treephintuka
2010-11-25Added $(VERSION) and $(APIVERSION) to the end of the VDRPLUGIN_* libraries.phintuka
(Thanks to Christian Ruppert)
2010-11-25Do not build i18n files if i18n disabled in configurephintuka
(Thanks to Christian Ruppert)
2010-11-23Changed build lines variables order to build properly withphintuka
-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-23Removed -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-23Added CFLAGS to vdr-sxfe/vdr-fbfe build rulesphintuka
(Thanks to Christian Ruppert)
2010-11-23Added LDFLAGS to the build rulesphintuka
(Thanks to Christian Ruppert)
2010-11-23Added $(DESTDIR) to LOCALEDIRphintuka
(Thanks to Christian Ruppert)
2010-10-19Unconditionally add -shared linker flagphintuka
(Thanks to Christian Ruppert)
2010-10-19Fixed MAKEDEP: use $(CXX), not hardcoded g++phintuka
(Thanks to Christian Ruppert)
2010-10-19Respect CFLAGS and LDFLAGS when building mpg2c.phintuka
(Thanks to Christian Ruppert)
2010-07-09Link vdr-sxfe and vdr-fbfe with -lpthreadphintuka
Link vdr plugin with -ldl Closes #2998952
2010-05-25Link libavutil only to xine input pluginphintuka
2010-05-25Fixed bug #3006495: The xine plugins are unnecessarily linked with libjpegphintuka
(Thanks to Tobias Grimm)
2010-03-07Added support for Make.global.rofafor
2010-01-26Added xine/vo_lastpts.o to frontendsphintuka
2009-06-02Added xvdr_metronom.o to input pluginphintuka
2009-03-17Added xine/vo_osdreorder.o to frontendsphintuka
2009-02-24Added xine/demux_xvdr_tsdata.o to input/demux pluginphintuka
2009-02-23Added xine/ts2es.o to input/demux pluginphintuka
2009-02-17Fixed make dependphintuka
2009-02-17Added tools/gnome_screensaver.o to sxfephintuka
2009-02-16Added object files to input plugin:phintuka
tools/ts.o tools/pes.o tools/mpeg.o tools/h264.o
2009-02-10Added demuxer:phintuka
Compile xine/demux_xvdr.o Added xine/demux_xvdr.o to input plugin (both are useless alone).
2008-12-18Added xine/vo_hook.o and xine/vo_osdscaler.o to frontendsphintuka
2008-12-06Moved OSD code from xine_input_vdr.c to xine/osd_manager.[hc]phintuka
2008-12-05Added tools/rle.o to VDR plugin and xine input pluginphintuka
Removed duplicate rules Added OBJS_XINEINPUTVDR for XINEINPUTVDR object files
2008-12-03Added xine/adjustable_scr.o to xine input pluginphintuka
2008-12-03Simplify:phintuka
- removed deprecated configs - removed unnecessarily if...endif 's - simplified target selection
2008-11-24Replaced cIConv with VDR's cCharConv.rofafor
2008-11-20Removed backwards compatibility.rofafor
2008-11-18Always define oblect lists for VDR pluginphintuka