Browse Source

Created section_demux.c

master
Mingcai SHEN 3 years ago
parent
commit
6d036cac94
2 changed files with 1262 additions and 1 deletions
  1. +1
    -1
      examples/Makefile
  2. +1261
    -0
      examples/section_demux.c

+ 1
- 1
examples/Makefile View File

@ -2,7 +2,7 @@ PREFIX ?= /usr/local
WARN = -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare
CPPFLAGS = -I. -I.. -I../..
CFLAGS := $(WARN) -O2 -g -std=gnu99 $(CFLAGS)
OBJ = dvb_print_si dvb_gen_si dvb_ecmg dvb_ecmg_test mpeg_print_pcr rtp_check_seqnum mpeg_restamp
OBJ = dvb_print_si dvb_gen_si dvb_ecmg dvb_ecmg_test mpeg_print_pcr rtp_check_seqnum mpeg_restamp section_demux
ifeq "$(shell uname -s)" "Linux"
LDFLAGS += -lrt

+ 1261
- 0
examples/section_demux.c
File diff suppressed because it is too large
View File


Loading…
Cancel
Save