[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:
Julien Isorce 2011-11-18 10:10:59 +01:00 committed by Matthew Waters
parent aacf88ffa5
commit a7587aa44e

View file

@ -62,5 +62,6 @@ add_library (gstopengl MODULE
target_link_libraries(gstopengl
general gstgl
general ${JPEG_LIBRARY}
general ${PNG_LIBRARY}
general ${ZLIB_LIBRARY})