summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2013-03-06 10:30:27 +0100
committerJohns <johns98@gmx.net>2013-03-06 10:30:27 +0100
commit7db63875d0198c92e0ab554147ad78f88623b173 (patch)
tree9d4b92771653b3d8f7c5b41b3de198a2660363cd /Makefile
parent637c04655a61525c624bbb2c2e10e264fe6ba55e (diff)
downloadvdr-plugin-softhddevice-7db63875d0198c92e0ab554147ad78f88623b173.tar.gz
vdr-plugin-softhddevice-7db63875d0198c92e0ab554147ad78f88623b173.tar.bz2
Adds optional only complete mpeg packets support.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3467573..dfca467 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,7 @@ CONFIG += -DUSE_PIP # PIP support
#CONFIG += -DHAVE_PTHREAD_NAME # supports new pthread_setname_np
#CONFIG += -DNO_TS_AUDIO # disable ts audio parser
#CONFIG += -DUSE_TS_VIDEO # build new ts video parser
+#CONFIG += -DUSE_MPEG_COMPLETE # support only complete mpeg packets
ifeq ($(ALSA),1)
CONFIG += -DUSE_ALSA