<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff --git nglib/CMakeLists.txt nglib/CMakeLists.txt
index 370b670b..5fc61ecf 100644
--- nglib/CMakeLists.txt
+++ nglib/CMakeLists.txt
@@ -11,7 +11,7 @@
   target_include_directories(nglib PUBLIC $&lt;TARGET_PROPERTY:ngcore,INTERFACE_INCLUDE_DIRECTORIES&gt;)
 else(EMSCRIPTEN)
   target_link_libraries(nglib PUBLIC ngcore)
-  target_link_libraries( nglib PRIVATE ${MPI_CXX_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${JPEG_LIBRARIES} ${MKL_LIBRARIES} ${ZLIB_LIBRARIES} occ_libs netgen_cgns )
+  target_link_libraries( nglib PRIVATE ${MPI_CXX_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${JPEG_LIBRARIES} ${FFMPEG_LIBRARIES} ${MKL_LIBRARIES} ${ZLIB_LIBRARIES} occ_libs netgen_cgns )
 endif(EMSCRIPTEN)
 
 install(TARGETS nglib netgen_cgns ${NG_INSTALL_DIR})
</pre></body></html>