]> git.sesse.net Git - vlc/commit
mmal: Move codec plugin into hw/mmal module
authorJulian Scheel <julian@jusst.de>
Fri, 29 Aug 2014 07:09:34 +0000 (09:09 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 1 Sep 2014 18:42:02 +0000 (21:42 +0300)
commitbdb1d86acfb0d0068e57281b6fbfc52345960d29
tree7d64a7b54507c61db7d24bc8fdf84d2f662abb60
parent1d2b56c68bbc3287e17f6140bdf8c8c3efe08fdc
mmal: Move codec plugin into hw/mmal module

The mmal codec plugin is built as a part of the mmal module now. This drops
the ability to en-/disable codec support independently from the vout, but in
fact currently there is no mmal implementation which wouldn't support both
modules, so it seems sane to build them together as this unclutters the
configure scripts a little.

Signed-off-by: Julian Scheel <julian@jusst.de>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
configure.ac
modules/codec/Makefile.am
modules/hw/mmal/Makefile.am
modules/hw/mmal/codec.c [moved from modules/codec/mmal.c with 100% similarity]