diff options
author | Chia-I Wu <[email protected]> | 2014-09-12 23:28:39 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2014-09-13 08:32:25 +0800 |
commit | aec8521166d8acc9211db864a24ec087d7d2e7f2 (patch) | |
tree | 41bb47bae897638f321e3cab6c322b3e004bd573 /src/gallium/drivers/ilo/Makefile.sources | |
parent | 45023db7a91c12d1bf11648e6b3cc2a43adad2b7 (diff) |
ilo: move media functions to ilo_builder_media.h
Move functions for the media pipeline to the new header.
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/ilo/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources index d74c286b6e7..d086025e248 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -18,6 +18,7 @@ C_SOURCES := \ ilo_builder.h \ ilo_blitter_blt.h \ ilo_builder_decode.c \ + ilo_builder_media.h \ ilo_builder_mi.h \ ilo_builder_render.h \ ilo_common.h \ |