ffmpeg: fixed headers dependency on libavcodec for gfx_*.cpp.
This commit is contained in:
@@ -8,15 +8,20 @@ SubDirC++Flags -D__STDC_CONSTANT_MACROS -Wno-deprecated-declarations ;
|
|||||||
|
|
||||||
local sources =
|
local sources =
|
||||||
AVCodecDecoder.cpp
|
AVCodecDecoder.cpp
|
||||||
AVCodecEncoder.cpp
|
AVCodecEncoder.cpp
|
||||||
AVFormatReader.cpp
|
AVFormatReader.cpp
|
||||||
AVFormatWriter.cpp
|
AVFormatWriter.cpp
|
||||||
CodecTable.cpp
|
CodecTable.cpp
|
||||||
DemuxerTable.cpp
|
DemuxerTable.cpp
|
||||||
EncoderTable.cpp
|
EncoderTable.cpp
|
||||||
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
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
@@ -32,15 +37,11 @@ UseHeaders [ FDirName $(HAIKU_FFMPEG_HEADERS) libavutil ] ;
|
|||||||
UseHeaders [ FDirName $(HAIKU_FFMPEG_HEADERS) libswscale ] ;
|
UseHeaders [ FDirName $(HAIKU_FFMPEG_HEADERS) libswscale ] ;
|
||||||
|
|
||||||
Addon ffmpeg :
|
Addon ffmpeg :
|
||||||
$(sources)
|
$(sources)
|
||||||
|
|
||||||
gfx_conv_c.cpp
|
yuvrgb_sse.nasm
|
||||||
gfx_conv_c_lookup.cpp
|
yuvrgb_sse2.nasm
|
||||||
gfx_conv_mmx.cpp
|
yuvrgb_ssse3.nasm
|
||||||
gfx_util.cpp
|
|
||||||
yuvrgb_sse.nasm
|
|
||||||
yuvrgb_sse2.nasm
|
|
||||||
yuvrgb_ssse3.nasm
|
|
||||||
:
|
:
|
||||||
|
|
||||||
# FFmpeg libraries (from FFmpeg optional package):
|
# FFmpeg libraries (from FFmpeg optional package):
|
||||||
|
|||||||
Reference in New Issue
Block a user