Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
15ccbe93
Commit
15ccbe93
authored
Jul 21, 2013
by
François Cartegnie
🤞
Browse files
swscale/chroma: fix build (typo)
parent
3dbc91be
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_chroma/Modules.am
View file @
15ccbe93
...
...
@@ -38,7 +38,7 @@ libchain_plugin_la_SOURCES = chain.c
libchain_plugin_la_CPPFLAGS = $(AM_CPPFLAGS)
libswscale_plugin_la_SOURCES = swscale.c ../codec/avcodec/chroma.c
libswscale_plugin_la_CFLAGS = $(AM_CFLAGS) $(SWSCALE_FLAGS)
libswscale_plugin_la_CFLAGS = $(AM_CFLAGS) $(SWSCALE_
C
FLAGS)
libswscale_plugin_la_LIBADD = $(AM_LIBADD) $(SWSCALE_LIBS)
EXTRA_LTLIBRARIES += libswscale_plugin.la
...
...
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