mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-02 03:06:28 +02:00
ba7d1377e8
This uses any devices it can find on the host system - on a system with no hardware device support or in builds with no support included it will do nothing and pass.
7 lines
204 B
Makefile
7 lines
204 B
Makefile
FATE_HWCONTEXT += fate-hwdevice
|
|
fate-hwdevice: libavutil/tests/hwdevice$(EXESUF)
|
|
fate-hwdevice: CMD = run libavutil/tests/hwdevice
|
|
fate-hwdevice: CMP = null
|
|
|
|
FATE_HW-$(CONFIG_AVUTIL) += $(FATE_HWCONTEXT)
|