# Makefile for Linux DVB API Version 3 test programs CC = gcc CFLAGS = -g -O2 -W -Wall -I../include TARGETS = \ diseqc \ set22k \ sendburst \ setvoltage \ setpid \ video \ test_sections \ test_sec_ne \ test_pes \ test_dvr \ test_dvr_play \ test_tt \ test_av \ test_av_play \ test_vevent \ test_stc \ test_stillimage # test \ # test_audio \ # test_front \ # test_switch \ # test_video \ all: $(TARGETS) test_sections test_sec_ne test_pes test_tt: hex_dump.o clean: rm -f $(TARGETS) *.o 4linux.git/'>lcd4linux.git
lcd4linuxJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/drv_WincorNixdorf.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-06timer.c: exchanged "proprietary code" with timeradd() and timersub() functionsmzuther1-14/+10
2010-02-04timer.c: removed fruitless changes to variable "flag" from timer_process()mzuther1-2/+0
2010-02-04According to its man page, timercmp() is broken on some systems -- applied th...mzuther1-1/+1
2010-02-04small warning removedmichael1-1/+1
2010-02-04clear errno after creating the FIFO by Claas Hilbrechtmichael1-0/+2