diff options
author | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-04-02 08:48:06 +0000 |
---|---|---|
committer | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-04-02 08:48:06 +0000 |
commit | 5666fd731e44390b916e5d704223a5bcd7976128 (patch) | |
tree | 7b641b23c44945e6778ee75fabc0f19bbe0a1cdd /libavcodec | |
parent | 82a6ef2089d6af18434daae1256f069539009e55 (diff) | |
download | ffmpeg-5666fd731e44390b916e5d704223a5bcd7976128.tar.gz |
Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCEL
from registered HW accelerated codecs with REGISTER_HWACCEL().
Originally committed as revision 18311 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 4bea80a28b..874ff93df1 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -31,7 +31,7 @@ OBJS-$(CONFIG_GOLOMB) += golomb.o OBJS-$(CONFIG_MDCT) += mdct.o OBJS-$(CONFIG_RDFT) += rdft.o -# decoders/encoders +# decoders/encoders/hardware accelerators OBJS-$(CONFIG_AAC_DECODER) += aac.o aactab.o mpeg4audio.o aac_parser.o aac_ac3_parser.o OBJS-$(CONFIG_AASC_DECODER) += aasc.o msrledec.o OBJS-$(CONFIG_AC3_DECODER) += eac3dec.o ac3dec.o ac3tab.o ac3dec_data.o ac3.o |