fix path to aac_profile.h
[email protected] (Daniel Kamil Kozar) Mon, 11 Jan 2016 09:43:18 +0100 (CET)
| Newsgroups | gmane.comp.video.videolan.libdvbpsi.devel |
|---|---|
| Message-ID | <[email protected]> |
libdvbpsi | branch: master | Daniel Kamil Kozar <[email protected]> | Thu Oct 8 22:00:45 2015 +0200| [908da1b692b172f09e199e8e7c9b9a65bc31f18a] | committer: Daniel Kamil Kozar fix path to aac_profile.h > http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=908da1b692b172f09e199e8e7c9b9a65bc31f18a --- src/descriptors/dvb/dr_7c.h | 2 +- src/descriptors/mpeg/dr_1c.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/descriptors/dvb/dr_7c.h b/src/descriptors/dvb/dr_7c.h index 6782fee..02337c6 100644 --- a/src/descriptors/dvb/dr_7c.h +++ b/src/descriptors/dvb/dr_7c.h @@ -33,7 +33,7 @@ #ifndef _DVBPSI_DR_7C_H_ #define _DVBPSI_DR_7c_H_ -#include "types/aac_profile.h" +#include "../types/aac_profile.h" #ifdef __cplusplus extern "C" { diff --git a/src/descriptors/mpeg/dr_1c.h b/src/descriptors/mpeg/dr_1c.h index 8141cba..21e687a 100644 --- a/src/descriptors/mpeg/dr_1c.h +++ b/src/descriptors/mpeg/dr_1c.h @@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA #ifndef _DVBPSI_DR_1C_H_ #define _DVBPSI_DR_1C_H_ -#include "types/aac_profile.h" +#include "../types/aac_profile.h" #ifdef __cplusplus extern "C" { _______________________________________________ libdvbpsi-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libdvbpsi-devel