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

As the mmal modules will require some shared code in the future move them out
of the split directory structure into a hw/mmal subdirectory, like it
is handled with vdpau plugins already.

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