[Mesa-dev] [PATCH] meson: Add new picture_{h264, hevc}_enc.c files to meson too

Christoph Haag haagch at frickel.club
Fri Jan 26 01:56:08 UTC 2018


---

Very nice that this finally arrives. Can you add the files to meson too,
something like this patch?
I can't test it because I only have Polaris here.


 src/gallium/state_trackers/va/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/state_trackers/va/meson.build b/src/gallium/state_trackers/va/meson.build
index 35da5ab532..2eb312ce4c 100644
--- a/src/gallium/state_trackers/va/meson.build
+++ b/src/gallium/state_trackers/va/meson.build
@@ -26,7 +26,7 @@ libva_st = static_library(
     'buffer.c', 'config.c', 'context.c', 'display.c', 'image.c', 'picture.c',
     'picture_mpeg12.c', 'picture_mpeg4.c', 'picture_h264.c', 'picture_hevc.c',
     'picture_vc1.c', 'picture_mjpeg.c', 'postproc.c', 'subpicture.c',
-    'surface.c',
+    'surface.c', 'picture_h264_enc.c', 'picture_hevc_enc.c'
   ),
   c_args : [
     c_vis_args,
-- 
2.16.1



More information about the mesa-dev mailing list