ffmpeg: fixed headers dependency on libavcodec for gfx_*.cpp.
This commit is contained in:
@@ -17,6 +17,11 @@ local sources =
|
|||||||
FFmpegPlugin.cpp
|
FFmpegPlugin.cpp
|
||||||
MuxerTable.cpp
|
MuxerTable.cpp
|
||||||
CpuCapabilities.cpp
|
CpuCapabilities.cpp
|
||||||
|
|
||||||
|
gfx_conv_c.cpp
|
||||||
|
gfx_conv_c_lookup.cpp
|
||||||
|
gfx_conv_mmx.cpp
|
||||||
|
gfx_util.cpp
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
@@ -34,10 +39,6 @@ UseHeaders [ FDirName $(HAIKU_FFMPEG_HEADERS) libswscale ] ;
|
|||||||
Addon ffmpeg :
|
Addon ffmpeg :
|
||||||
$(sources)
|
$(sources)
|
||||||
|
|
||||||
gfx_conv_c.cpp
|
|
||||||
gfx_conv_c_lookup.cpp
|
|
||||||
gfx_conv_mmx.cpp
|
|
||||||
gfx_util.cpp
|
|
||||||
yuvrgb_sse.nasm
|
yuvrgb_sse.nasm
|
||||||
yuvrgb_sse2.nasm
|
yuvrgb_sse2.nasm
|
||||||
yuvrgb_ssse3.nasm
|
yuvrgb_ssse3.nasm
|
||||||
|
|||||||
Reference in New Issue
Block a user