Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
135b7417
Commit
135b7417
authored
Jun 02, 2008
by
Rémi Denis-Courmont
Browse files
Look for postproc/postprocess.h correctly
parent
e0f21fbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
135b7417
...
...
@@ -3078,7 +3078,7 @@ then
VLC_SAVE_FLAGS
CPPFLAGS="${CPPFLAGS} ${POSTPROC_CFLAGS}"
CFLAGS="${CFLAGS} ${POSTPROC_CFLAGS}"
AC_CHECK_HEADERS(libpostproc/postproc.h
ffmpeg
/postproc.h)
AC_CHECK_HEADERS(libpostproc/postproc.h
postproc
/postproc
ess
.h)
VLC_ADD_PLUGIN([postproc])
VLC_ADD_LIBS([postproc],[$POSTPROC_LIBS])
VLC_ADD_CFLAGS([postproc],[$POSTPROC_CFLAGS])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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