mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
[modules] fix some include directives
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
|
||||
|
||||
<!-- libexif flags -->
|
||||
<define name="$(EXTSW)" type="include"/>
|
||||
<define name="$(LIBEXIF)" type="include"/>
|
||||
<include name="$(EXTSW)"/>
|
||||
<include name="$(LIBEXIF)"/>
|
||||
<define name="NO_VERBOSE_TAG_DATA"/>
|
||||
<define name="NO_VERBOSE_TAG_STRINGS"/>
|
||||
<define name="JPEG_WITH_EXIF_HEADER" value="1"/>
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
<makefile target="nps">
|
||||
<file name="video_thread_nps.c"/>
|
||||
<file name="cv.c"/>
|
||||
<define name="modules/computer_vision" type="include"/>
|
||||
<include name="modules/computer_vision"/>
|
||||
<file name="image.c" dir="modules/computer_vision/lib/vision"/>
|
||||
<file name="jpeg.c" dir="modules/computer_vision/lib/encoding"/>
|
||||
<flag name="LDFLAGS" value="lpthread"/>
|
||||
|
||||
Reference in New Issue
Block a user