install includes in DIST_DIR/include/vpx, move vpx_codec/ to vpx/
authorJohn Koleszar <jkoleszar@google.com>
Mon, 24 May 2010 15:39:59 +0000 (11:39 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Tue, 25 May 2010 00:27:42 +0000 (20:27 -0400)
commitb7492341ac224b9dda9e618f6a9e9ab37e8afa66
tree5f9d0e4429be663f3d9274bbba4eaeb4b4cbe159
parentee8bcb1a7dcecc4dd393129237f234cbb619bab4
install includes in DIST_DIR/include/vpx, move vpx_codec/ to vpx/

This renames the vpx_codec/ directory to vpx/, to allow applications
to more consistently reference these includes with the vpx/ prefix.
This allows the includes to be installed in /usr/local/include/vpx
rather than polluting the system includes directory with an
excessive number of includes.

Change-Id: I7b0652a20543d93f38f421c60b0bbccde4d61b4f
41 files changed:
build/make/obj_int_extract.c
configure
example_xma.c
examples.mk
examples/decoder_tmpl.c
examples/decoder_tmpl.txt
examples/encoder_tmpl.c
examples/encoder_tmpl.txt
ivfdec.c
ivfenc.c
libs.mk
md5_utils.h
vp8/common/onyx.h
vp8/common/onyxc_int.h
vp8/decoder/dboolhuff.h
vp8/encoder/onyx_int.h
vp8/vp8_cx_iface.c
vp8/vp8_dx_iface.c
vp8/vp8cx.mk
vp8/vp8dx.mk
vpx/exports [moved from vpx_codec/exports with 100% similarity]
vpx/internal/vpx_codec_internal.h [moved from vpx_codec/internal/vpx_codec_internal.h with 100% similarity]
vpx/src/vpx_codec.c [moved from vpx_codec/src/vpx_codec.c with 98% similarity]
vpx/src/vpx_decoder.c [moved from vpx_codec/src/vpx_decoder.c with 99% similarity]
vpx/src/vpx_decoder_compat.c [moved from vpx_codec/src/vpx_decoder_compat.c with 98% similarity]
vpx/src/vpx_encoder.c [moved from vpx_codec/src/vpx_encoder.c with 99% similarity]
vpx/src/vpx_image.c [moved from vpx_codec/src/vpx_image.c with 99% similarity]
vpx/vp8.h [moved from vp8/vp8.h with 97% similarity]
vpx/vp8cx.h [moved from vp8/vp8cx.h with 99% similarity]
vpx/vp8dx.h [moved from vp8/vp8dx.h with 92% similarity]
vpx/vp8e.h [moved from vp8/vp8e.h with 96% similarity]
vpx/vpx_codec.h [moved from vpx_codec/vpx_codec.h with 100% similarity]
vpx/vpx_codec.mk [moved from vpx_codec/vpx_codec.mk with 100% similarity]
vpx/vpx_codec_impl_bottom.h [moved from vpx_codec/vpx_codec_impl_bottom.h with 100% similarity]
vpx/vpx_codec_impl_top.h [moved from vpx_codec/vpx_codec_impl_top.h with 100% similarity]
vpx/vpx_decoder.h [moved from vpx_codec/vpx_decoder.h with 100% similarity]
vpx/vpx_decoder_compat.h [moved from vpx_codec/vpx_decoder_compat.h with 100% similarity]
vpx/vpx_encoder.h [moved from vpx_codec/vpx_encoder.h with 100% similarity]
vpx/vpx_image.h [moved from vpx_codec/vpx_image.h with 100% similarity]
vpx/vpx_integer.h [moved from vpx_ports/vpx_integer.h with 100% similarity]
vpx_ports/mem.h