[libdvbpsi-devel] add a comment about gen_dr_h.sh to dr.h
Daniel Kamil Kozar
git at videolan.org
Mon Jan 11 09:43:20 CET 2016
libdvbpsi | branch: master | Daniel Kamil Kozar <dkk089 at gmail.com> | Sat Oct 10 15:21:31 2015 +0200| [600f86ed6afe7a4c7f36157db92966108119ee37] | committer: Daniel Kamil Kozar
add a comment about gen_dr_h.sh to dr.h
> http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=600f86ed6afe7a4c7f36157db92966108119ee37
---
misc/gen_dr_h.sh | 3 +++
src/descriptors/dr.h | 3 +++
2 files changed, 6 insertions(+)
diff --git a/misc/gen_dr_h.sh b/misc/gen_dr_h.sh
index a23f05e..935e889 100755
--- a/misc/gen_dr_h.sh
+++ b/misc/gen_dr_h.sh
@@ -43,6 +43,9 @@ cat <<EOF
* Gathers all dr_*.h into one. Use this header if you need a lot of them.
*/
+/* This file is auto-generated by misc/gen_dr_h.sh. Please remember to update
+ * it when adding directories to src/descriptors. */
+
#ifndef _DVBPSI_DR_H_
#define _DVBPSI_DR_H_
EOF
diff --git a/src/descriptors/dr.h b/src/descriptors/dr.h
index a105677..244c675 100644
--- a/src/descriptors/dr.h
+++ b/src/descriptors/dr.h
@@ -28,6 +28,9 @@
* Gathers all dr_*.h into one. Use this header if you need a lot of them.
*/
+/* This file is auto-generated by misc/gen_dr_h.sh. Please remember to update
+ * it when adding directories to src/descriptors. */
+
#ifndef _DVBPSI_DR_H_
#define _DVBPSI_DR_H_
#include "atsc/dr_81.h"
More information about the libdvbpsi-devel
mailing list