[Libva] [PATCH] Source tree re-organisation

Gwenole Beauchesne gbeauchesne at splitted-desktop.com
Thu Mar 4 22:19:04 PST 2010


Hi Austin,

Could you please apply the following? This just moves files around so that 
a future patch can also remove the ugly IN_LIBVA ifdefs completely.

I have attached a "script" to apply the procedure mentionned below + a 
patch that makes it build again. This applies against the libva.git tree 
from this morning.

Thanks,
Gwenole.

On Thu, 24 Sep 2009, Gwenole Beauchesne wrote:

> Hi,
>
> I want to drop the -DIN_LIBVA and includes hacks but also want to further 
> split the headers.
>
> Initial steps:
> - Move src/ to src/va/
> - Move i965_drv_video and dummy_drv_video to src/
>
> Procedure:
> mkdir src/va
> git add src/va
> git mv src/Makefile.am src/va/
> git mv src/*.c src/*.h src/*.h.in src/va/
> git mv src/x11 src/va/
> git commit -m "Move files from src/ to src/va/ directory."
> git mv dummy_drv_video src/
> git commit -m "Move dummy driver to src/"
> git mv i965_drv_video/ src/
> git commit -m "Move i965 driver to src/"
>
> Then the patch in attachment fixes build for the new infrastructure
>
> Thanks,
> Gwenole.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libva.reorg.sh
Type: application/x-sh
Size: 335 bytes
Desc: script
URL: <http://lists.freedesktop.org/archives/libva/attachments/20100305/f7bf922b/attachment.sh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libva.reorg.patch
Type: text/x-diff
Size: 7039 bytes
Desc: patch
URL: <http://lists.freedesktop.org/archives/libva/attachments/20100305/f7bf922b/attachment.patch>


More information about the Libva mailing list