Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libdvbpsi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
libdvbpsi
Commits
be19e5e4
Commit
be19e5e4
authored
Oct 10, 2015
by
Daniel Kamil Kozar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
create separate directories for descriptor headers when installing
parent
07d78be6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
23 deletions
+28
-23
src/Makefile.am
src/Makefile.am
+28
-23
No files found.
src/Makefile.am
View file @
be19e5e4
...
...
@@ -20,7 +20,11 @@ pkginclude_HEADERS = dvbpsi.h psi.h descriptor.h demux.h \
tables/atsc_vct.h tables/atsc_stt.h
\
tables/atsc_eit.h tables/atsc_mgt.h
\
tables/atsc_ett.h
\
descriptors/mpeg/dr_02.h
\
descriptors/dr.h
mpegdrincludedir
=
$(pkgincludedir)
/mpeg
mpegdrinclude_HEADERS
=
descriptors/mpeg/dr_02.h
\
descriptors/mpeg/dr_03.h
\
descriptors/mpeg/dr_04.h
\
descriptors/mpeg/dr_05.h
\
...
...
@@ -41,9 +45,12 @@ pkginclude_HEADERS = dvbpsi.h psi.h descriptor.h demux.h \
descriptors/mpeg/dr_14.h
\
descriptors/mpeg/dr_1b.h
\
descriptors/mpeg/dr_1c.h
\
descriptors/mpeg/dr_24.h
\
descriptors/dvb/dr_40.h
\
descriptors/dvb/dr_41.h
\
descriptors/mpeg/dr_24.h
dvbdrincludedir
=
$(pkgincludedir)
/dvb
dvbdrinclude_HEADERS
=
descriptors/dvb/dr_40.h
\
descriptors/dvb/dr_41.h
\
descriptors/dvb/dr_42.h
\
descriptors/dvb/dr_43.h
\
descriptors/dvb/dr_44.h
\
...
...
@@ -71,15 +78,23 @@ pkginclude_HEADERS = dvbpsi.h psi.h descriptor.h demux.h \
descriptors/dvb/dr_69.h
\
descriptors/dvb/dr_73.h
\
descriptors/dvb/dr_76.h
\
descriptors/dvb/dr_7c.h
\
descriptors/atsc/dr_81.h
\
descriptors/atsc/dr_86.h
\
descriptors/atsc/dr_a0.h
\
descriptors/atsc/dr_a1.h
\
descriptors/custom/dr_83_eacem.h
\
descriptors/custom/dr_8a_scte.h
\
descriptors/types/aac_profile.h
\
descriptors/dr.h
descriptors/dvb/dr_7c.h
atscdrincludedir
=
$(pkgincludedir)
/atsc
atscdrinclude_HEADERS
=
descriptors/atsc/dr_81.h
\
descriptors/atsc/dr_86.h
\
descriptors/atsc/dr_a0.h
\
descriptors/atsc/dr_a1.h
customdrincludedir
=
$(pkgincludedir)
/custom
customdrinclude_HEADERS
=
descriptors/custom/dr_83_eacem.h
\
descriptors/custom/dr_8a_scte.h
typesincludedir
=
$(pkgincludedir)
/types
typesinclude_HEADERS
=
descriptors/types/aac_profile.h
descriptors_src
=
descriptors/mpeg/dr_02.c
\
descriptors/mpeg/dr_03.c
\
...
...
@@ -155,13 +170,3 @@ tables_src = tables/pat.c tables/pat_private.h \
tables/atsc_eit.c tables/atsc_eit.h
\
tables/atsc_ett.c tables/atsc_ett.h
\
tables/atsc_mgt.c tables/atsc_mgt.h
install-data-local
:
mkdir
-p
$(DESTDIR)$(pkgincludedir)
/types
install-data-hook
:
mv
$(DESTDIR)$(pkgincludedir)
/aac_profile.h
$(DESTDIR)$(pkgincludedir)
/types
uninstall-local
:
rm
-f
$(DESTDIR)$(pkgincludedir)
/types/aac_profile.h
rmdir
$(DESTDIR)$(pkgincludedir)
/types
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment