[bTSstream-devel] add scte to the install directory

Christophe Massiot git at videolan.org
Sat Sep 5 19:28:25 CEST 2015


bitstream | branch: master | Christophe Massiot <cmassiot at openheadend.tv> | Sat Sep  5 19:28:13 2015 +0200| [bdd596df8f8abdb334fbeb2743762b4dee463b3e] | committer: Christophe Massiot

add scte to the install directory

> http://git.videolan.org/gitweb.cgi/bitstream.git/?a=commit;h=bdd596df8f8abdb334fbeb2743762b4dee463b3e
---

 Makefile |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 8d310c9..6b5b317 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,8 @@ install:
 	@install -m 644 mpeg/*.h $(INCLUDE)/mpeg
 	@install -d $(INCLUDE)/mpeg/psi
 	@install -m 644 mpeg/psi/*.h $(INCLUDE)/mpeg/psi
+	@install -d $(INCLUDE)/scte
+	@install -m 644 scte/*.h $(INCLUDE)/scte
 
 uninstall:
 	@echo "REMOVE   $(INCLUDE)"



More information about the biTStream-devel mailing list