Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
a48f19f9
Commit
a48f19f9
authored
Oct 05, 2015
by
Hugo Beauzée-Luyssen
Browse files
Quick and dirty build fix
parent
07641f3e
Changes
1
Show whitespace changes
Inline
Side-by-side
src/metadata_services/vlc/VLCThumbnailer.cpp
View file @
a48f19f9
...
...
@@ -239,7 +239,7 @@ bool VLCThumbnailer::compress(uint8_t* buff, FilePtr file, void *data)
compInfo
.
image_width
=
Width
;
compInfo
.
image_height
=
m_height
;
compInfo
.
input_components
=
Bpp
;
#if JPEG_LIB_VERSION
<= 80
#if JPEG_LIB_VERSION
_MAJOR <= 8 && JPEG_LIB_VERSION_MINOR < 4
compInfo
.
in_color_space
=
JCS_EXT_BGRX
;
#else
compInfo
.
in_color_space
=
JCS_RGB
;
...
...
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