Changeset ef285d59 in ffmpeg
- Timestamp:
-
Oct 4, 2022, 3:41:34 PM
(2 years ago)
- Author:
- Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
- Branches:
- master
- Children:
- 2fd99aa2
- Parents:
- 7cea36f1
- git-author:
- Andreas Rheinhardt <andreas.rheinhardt@outlook.com> (09/30/22 01:41:59)
- git-committer:
- Andreas Rheinhardt <andreas.rheinhardt@outlook.com> (10/04/22 15:41:34)
- Message:
-
configure, avcodec/Makefile: Remove obsolete mpegvideo dependencies
As long as ff_mpeg12_common_init() existed in mpeg12.c,
it added a dependency of mpeg12.o on mpegvideodata.o
(which provides ff_mpeg2_dc_scale_table, which is used
in ff_mpeg12_common_init()). mpegvideodata.o is normally
provided by the mpegvideo subsystem and therefore several
codecs and the MPEG-1/2 parser added a configure dependency
on said subsystem (additionally, the eatqi decoder just
added a Makefile dependency on mpegvideodata.o).
Given that ff_mpeg12_common_init() is no more, these dependencies
can be removed.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
(No files)
-