Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-apps-imgsrv
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-apps-imgsrv
Commits
817de061
Commit
817de061
authored
Aug 13, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated to unify Makefile variables
parent
f17988e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Makefile
Makefile
+1
-1
imgsrv.c
imgsrv.c
+1
-0
No files found.
Makefile
View file @
817de061
PROGS
=
imgsrv
PHPCLI
=
exif.php imu_setup.php start_gps_compass.php
CONF
FILE
S
=
Exif_template.xml
CONF
IG
S
=
Exif_template.xml
SRCS
=
imgsrv.c
OBJS
=
imgsrv.o
...
...
imgsrv.c
View file @
817de061
...
...
@@ -121,6 +121,7 @@ const char *jhead_fnames[] = {
DEV393_PATH
(
DEV393_JPEGHEAD0
)
};
#endif
static
const
char
*
exif_dev_names
[
SENSOR_PORTS
]
=
{
EXIF_DEV_NAMES
};
static
const
char
*
exifmeta_dev_names
[
SENSOR_PORTS
]
=
{
EXIFMETA_DEV_NAMES
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment