mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
[473/906] cmake build: 2.8 is now required and add jpeg
jpeg and png should be optional but our cmake build is still in pre-alpha
This commit is contained in:
parent
aacf88ffa5
commit
a7587aa44e
1 changed files with 1 additions and 0 deletions
|
@ -62,5 +62,6 @@ add_library (gstopengl MODULE
|
||||||
|
|
||||||
target_link_libraries(gstopengl
|
target_link_libraries(gstopengl
|
||||||
general gstgl
|
general gstgl
|
||||||
|
general ${JPEG_LIBRARY}
|
||||||
general ${PNG_LIBRARY}
|
general ${PNG_LIBRARY}
|
||||||
general ${ZLIB_LIBRARY})
|
general ${ZLIB_LIBRARY})
|
||||||
|
|
Loading…
Reference in a new issue