# Makefile for linuxtv.org dvb-apps/lib/libesg/encapsulation .PHONY: sub-error-encapsulation sub-error-encapsulation: $(error You can't use this makefile directly.) ifneq ($(lib_name),) objects += encapsulation/container.o \ encapsulation/fragment_management_information.o \ encapsulation/data_repository.o \ encapsulation/string_repository.o sub-install += encapsulation else includes = container.h \ fragment_management_information.h \ data_repository.h \ string_repository.h include ../../../Make.rules lib_name = libesg/encapsulation endif ebd967b52aed08'/> lcd4linuxJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_exec.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-31Removed accidentially added fileharbaum1-0/+0
2010-10-31Minor description fixesharbaum5-218/+228
2010-09-19patch from Jar: typo fixed, documentation which is now in the wiki removedmichael1-28/+1
2010-08-25added netmask_short in plugin_netinfo for CIDR notationvolker1-13/+52
2010-07-16compile error fixed (thanks to Tom)michael1-19/+19
2010-07-13support for Sure Electronics's 1602 LCD Display Board with USB from Mikhailmichael5-13/+50
2010-07-11X11 driver: possibility to ignore auto-repeated KeyPress eventsmzuther1-1/+22