[FFmpeg-devel] [PATCH 01/18] avformat/Makefile: don't hardcode openssl for whip muxer

Timo Rothenpieler timo at rothenpieler.org
Thu Jul 3 23:20:24 EEST 2025


On 03.07.2025 16:00, Steven Liu wrote:
> Timo Rothenpieler <timo at rothenpieler.org> 于2025年7月3日周四 00:57写道:
>>
>> ---
>>   libavformat/Makefile | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/libavformat/Makefile b/libavformat/Makefile
>> index 2e73f1325e..816eb9be4a 100644
>> --- a/libavformat/Makefile
>> +++ b/libavformat/Makefile
>> @@ -639,7 +639,7 @@ OBJS-$(CONFIG_WEBM_CHUNK_MUXER)          += webm_chunk.o
>>   OBJS-$(CONFIG_WEBP_MUXER)                += webpenc.o
>>   OBJS-$(CONFIG_WEBVTT_DEMUXER)            += webvttdec.o subtitles.o
>>   OBJS-$(CONFIG_WEBVTT_MUXER)              += webvttenc.o
>> -OBJS-$(CONFIG_WHIP_MUXER)                += whip.o avc.o http.o srtp.o tls_openssl.o
>> +OBJS-$(CONFIG_WHIP_MUXER)                += whip.o avc.o http.o srtp.o
>>   OBJS-$(CONFIG_WSAUD_DEMUXER)             += westwood_aud.o
>>   OBJS-$(CONFIG_WSAUD_MUXER)               += westwood_audenc.o
>>   OBJS-$(CONFIG_WSD_DEMUXER)               += wsddec.o rawdec.o
>> --
>> 2.49.0
>>
>> _______________________________________________
>> ffmpeg-devel mailing list
>> ffmpeg-devel at ffmpeg.org
>> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>>
>> To unsubscribe, visit link above, or email
>> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
> 
> LGTM

Applied this and all the other more or less obvious fixes to reduce the 
size of the set.


More information about the ffmpeg-devel mailing list