avcodec/tests/utils: Rename to avcodec

The current name comes from a time in which libavcodec/utils.c
contained the whole core of libavcodec.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2021-09-24 02:27:17 +02:00
parent f348a967a3
commit 136865413c
3 changed files with 6 additions and 6 deletions

View File

@ -1209,13 +1209,13 @@ SKIPHEADERS-$(CONFIG_VDPAU) += vdpau.h vdpau_internal.h
SKIPHEADERS-$(CONFIG_VIDEOTOOLBOX) += videotoolbox.h vt_internal.h
SKIPHEADERS-$(CONFIG_V4L2_M2M) += v4l2_buffers.h v4l2_context.h v4l2_m2m.h
TESTPROGS = avpacket \
TESTPROGS = avcodec \
avpacket \
celp_math \
codec_desc \
htmlsubtitles \
jpeg2000dwt \
mathops \
utils \
TESTPROGS-$(CONFIG_CABAC) += cabac
TESTPROGS-$(CONFIG_DCT) += avfft

View File

@ -79,10 +79,10 @@ FATE_LIBAVCODEC-$(CONFIG_JPEG2000_ENCODER) += fate-j2k-dwt
fate-j2k-dwt: libavcodec/tests/jpeg2000dwt$(EXESUF)
fate-j2k-dwt: CMD = run libavcodec/tests/jpeg2000dwt$(EXESUF)
FATE_LIBAVCODEC-yes += fate-libavcodec-utils
fate-libavcodec-utils: libavcodec/tests/utils$(EXESUF)
fate-libavcodec-utils: CMD = run libavcodec/tests/utils$(EXESUF)
fate-libavcodec-utils: CMP = null
FATE_LIBAVCODEC-yes += fate-libavcodec-avcodec
fate-libavcodec-avcodec: libavcodec/tests/avcodec$(EXESUF)
fate-libavcodec-avcodec: CMD = run libavcodec/tests/avcodec$(EXESUF)
fate-libavcodec-avcodec: CMP = null
FATE_LIBAVCODEC-yes += fate-libavcodec-huffman
fate-libavcodec-huffman: libavcodec/tests/mjpegenc_huffman$(EXESUF)