Old ffmpeg has a lot of vulnerabilities that have been fixed in newer versions, see https://www.cvedetails.com/vulnerability-list/vendor_id-3611/Ffmpeg.html.
18 lines
378 B
Makefile
18 lines
378 B
Makefile
FATE_BUILD += fate-build-alltools
|
|
fate-build-alltools: alltools
|
|
|
|
FATE_BUILD += fate-build-checkheaders
|
|
fate-build-checkheaders: checkheaders
|
|
|
|
FATE_BUILD += fate-build-examples
|
|
fate-build-examples: examples
|
|
|
|
FATE_BUILD += fate-build-testprogs
|
|
fate-build-testprogs: testprogs
|
|
|
|
$(FATE_BUILD): CMD = null
|
|
$(FATE_BUILD): CMP = null
|
|
|
|
# FATE += $(FATE_BUILD)
|
|
fate-build: $(FATE_BUILD)
|