if (NOT FFMPEG_FOUND)
	find_package(FFMPEG REQUIRED)
endif (NOT FFMPEG_FOUND)

ow_create_project(ffmpeg)

ow_use_public_libraries(
	FFMPEG
)

if(LINUX)
	ow_add_public_definitions(
		-D__STDC_CONSTANT_MACROS
	)
endif(LINUX)
