add video_cs.h header to reduce number of #ifdefs needed

This commit is contained in:
Stefan Seyfried
2015-12-25 16:28:06 +01:00
parent 7613411406
commit d22660a4a1
2 changed files with 2 additions and 0 deletions

View File

@@ -59,4 +59,5 @@ pkginclude_HEADERS = \
include/playback_hal.h \
include/pwrmngr.h \
include/record_hal.h \
include/video_cs.h \
include/video_hal.h

1
include/video_cs.h Normal file
View File

@@ -0,0 +1 @@
#include "video_hal.h"