[Libva] [PATCH] Source tree re-organisation
Gwenole Beauchesne
gbeauchesne at splitted-desktop.com
Thu Sep 24 01:58:32 PDT 2009
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: 010_fix_build_system.patch
Type: text/x-diff
Size: 6485 bytes
Desc: Fix build system for new infrastructure
Url : http://lists.freedesktop.org/archives/libva/attachments/20090924/6497ce19/attachment.patch
More information about the Libva
mailing list