[libdvbpsi-devel] fix path to aac_profile.h

Daniel Kamil Kozar git at videolan.org
Mon Jan 11 09:43:18 CET 2016


libdvbpsi | branch: master | Daniel Kamil Kozar <dkk089 at gmail.com> | 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" {



More information about the libdvbpsi-devel mailing list