summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-09-24 02:27:17 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-09-26 12:56:08 +0200
commit136865413c04760aeeda6079002bc3c1f9ae230a (patch)
treea6ac1d3fc8c6de7284177427374d01bcdf3e4d57 /libavcodec
parentf348a967a35c0946de0d9f6bedb1f4025b09b334 (diff)
downloadffmpeg-136865413c04760aeeda6079002bc3c1f9ae230a.tar.gz
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>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/Makefile4
-rw-r--r--libavcodec/tests/avcodec.c (renamed from libavcodec/tests/utils.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 11873eecae..8012b69f61 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -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
diff --git a/libavcodec/tests/utils.c b/libavcodec/tests/avcodec.c
index 9232647ff0..9232647ff0 100644
--- a/libavcodec/tests/utils.c
+++ b/libavcodec/tests/avcodec.c