]> git.sesse.net Git - vlc/commit
modules/codec/avcodec: Move HAVE_AVCODEC_MT to avcodec.h
authorJean-Paul Saman <jean-paul.saman@m2x.nl>
Wed, 1 Dec 2010 14:12:37 +0000 (15:12 +0100)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Thu, 2 Dec 2010 09:34:50 +0000 (10:34 +0100)
commit17ce236d62f0936298743effd3fd6f5bdf71d860
treed3480e064a7604c94f841ceaeff80f59a02288d0
parent4e8e992bf0634077156a7a743cd6f8c2844a7b7b
modules/codec/avcodec: Move HAVE_AVCODEC_MT to avcodec.h

The defined HAVE_AVCODEC_MT is used by modules/codec/avcodec/avcodec.c
and modules/codec/avcodec/video.c. It was only defined in modules/codec/avcodec/video.c.

This patch moves the define to modules/codec/avcodec/avcodec.h.
modules/codec/avcodec/avcodec.h
modules/codec/avcodec/video.c