summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am3
-rw-r--r--src/til_video_setup.h10
2 files changed, 12 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2b629f2..8bc073a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -30,7 +30,8 @@ libtil_la_SOURCES = \
til_threads.c \
til_threads.h \
til_util.c \
- til_util.h
+ til_util.h \
+ til_video_setup.h
libtil_la_CPPFLAGS = -I@top_srcdir@/src
libtil_la_LIBADD = \
diff --git a/src/til_video_setup.h b/src/til_video_setup.h
new file mode 100644
index 0000000..21c5844
--- /dev/null
+++ b/src/til_video_setup.h
@@ -0,0 +1,10 @@
+#ifndef _TIL_VIDEO_SETUP_H
+#define _TIL_VIDEO_SETUP_H
+
+#include "til_setup.h"
+
+typedef struct til_video_setup_t {
+ til_setup_t til_setup;
+} til_video_setup_t;
+
+#endif
© All Rights Reserved