st/omx_bellagio: Rename state tracker and option
authorGurkirpal Singh <gurkirpal204@gmail.com>
Sat, 12 Aug 2017 16:07:15 +0000 (21:37 +0530)
committerChristian König <christian.koenig@amd.com>
Fri, 15 Sep 2017 12:28:36 +0000 (14:28 +0200)
commit6a8aa11c207b99920b9306b209f071a0e3fe8b43
tree2c5d2ff8ff7abc6b360823915fffd2dcda280cb2
parentacbfcb7105ddc1475c1ffb354605c0337008d001
st/omx_bellagio: Rename state tracker and option

Changes --enable-omx option to --enable-omx-bellagio

Signed-off-by: Gurkirpal Singh <gurkirpal204@gmail.com>
Reviewed-and-Tested-by: Julien Isorce <julien.iso...@gmail.com>
Acked-by: Christian König <christian.koenig@amd.com>
30 files changed:
configure.ac
src/gallium/Makefile.am
src/gallium/state_trackers/omx/Makefile.am [deleted file]
src/gallium/state_trackers/omx/Makefile.sources [deleted file]
src/gallium/state_trackers/omx/entrypoint.c [deleted file]
src/gallium/state_trackers/omx/entrypoint.h [deleted file]
src/gallium/state_trackers/omx/vid_dec.c [deleted file]
src/gallium/state_trackers/omx/vid_dec.h [deleted file]
src/gallium/state_trackers/omx/vid_dec_h264.c [deleted file]
src/gallium/state_trackers/omx/vid_dec_h265.c [deleted file]
src/gallium/state_trackers/omx/vid_dec_mpeg12.c [deleted file]
src/gallium/state_trackers/omx/vid_enc.c [deleted file]
src/gallium/state_trackers/omx/vid_enc.h [deleted file]
src/gallium/state_trackers/omx_bellagio/Makefile.am [new file with mode: 0644]
src/gallium/state_trackers/omx_bellagio/Makefile.sources [new file with mode: 0644]
src/gallium/state_trackers/omx_bellagio/entrypoint.c [new file with mode: 0644]
src/gallium/state_trackers/omx_bellagio/entrypoint.h [new file with mode: 0644]
src/gallium/state_trackers/omx_bellagio/vid_dec.c [new file with mode: 0644]
src/gallium/state_trackers/omx_bellagio/vid_dec.h [new file with mode: 0644]
src/gallium/state_trackers/omx_bellagio/vid_dec_h264.c [new file with mode: 0644]
src/gallium/state_trackers/omx_bellagio/vid_dec_h265.c [new file with mode: 0644]
src/gallium/state_trackers/omx_bellagio/vid_dec_mpeg12.c [new file with mode: 0644]
src/gallium/state_trackers/omx_bellagio/vid_enc.c [new file with mode: 0644]
src/gallium/state_trackers/omx_bellagio/vid_enc.h [new file with mode: 0644]
src/gallium/targets/omx-bellagio/Makefile.am [new file with mode: 0644]
src/gallium/targets/omx-bellagio/omx.sym [new file with mode: 0644]
src/gallium/targets/omx-bellagio/target.c [new file with mode: 0644]
src/gallium/targets/omx/Makefile.am [deleted file]
src/gallium/targets/omx/omx.sym [deleted file]
src/gallium/targets/omx/target.c [deleted file]