similarity index 100%
rename from lib/libdvbv5/crc32.h
rename to lib/include/libdvbv5/crc32.h
@@ -6,6 +6,7 @@ otherinclude_HEADERS = \
../include/libdvbv5/dvb-demux.h \
../include/libdvbv5/dvb-v5-std.h \
../include/libdvbv5/dvb-file.h \
+ ../include/libdvbv5/crc32.h \
../include/libdvbv5/dvb-frontend.h \
../include/libdvbv5/dvb-fe.h \
../include/libdvbv5/dvb-sat.h \
@@ -19,7 +19,7 @@
*
*/
-#include "crc32.h"
+#include <libdvbv5/crc32.h>
static uint32_t crctab[256] = {
0x00000000, 0x04c11db7, 0x09823b6e, 0x0d4326d9, 0x130476dc, 0x17c56b6b,
@@ -42,7 +42,7 @@
#include <libdvbv5/dvb-frontend.h>
#include <libdvbv5/descriptors.h>
#include "parse_string.h"
-#include "crc32.h"
+#include <libdvbv5/crc32.h>
#include <libdvbv5/dvb-fe.h>
#include <libdvbv5/dvb-file.h>
#include <libdvbv5/dvb-scan.h>
applications reading dvb files might want to check crc, therefore provide the crc32 function in the header files. Signed-off-by: André Roth <neolynx@gmail.com> --- lib/{ => include}/libdvbv5/crc32.h | 0 lib/libdvbv5/Makefile.am | 1 + lib/libdvbv5/crc32.c | 2 +- lib/libdvbv5/dvb-scan.c | 2 +- 4 files changed, 3 insertions(+), 2 deletions(-) rename lib/{ => include}/libdvbv5/crc32.h (100%)