X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=futatabi%2Fmeson.build;h=dd94984484ef737a6977a89ffcc2ffdd84d13012;hb=147a2d38463d983ec7c66ef5c4c9c6cce7d52787;hp=aa58291db76d66ec2e67a7d85ffda9e93a8b6dc9;hpb=539609eb56b496e6eff8a5e0a92fa0325936a5d7;p=nageru diff --git a/futatabi/meson.build b/futatabi/meson.build index aa58291..dd94984 100644 --- a/futatabi/meson.build +++ b/futatabi/meson.build @@ -34,7 +34,7 @@ srcs = ['flow.cpp', 'gpu_timers.cpp'] # All the other files. srcs += ['main.cpp', 'player.cpp', 'video_stream.cpp', 'chroma_subsampler.cpp'] -srcs += ['vaapi_jpeg_decoder.cpp', 'db.cpp', 'disk_space_estimator.cpp', 'ycbcr_converter.cpp', 'flags.cpp'] +srcs += ['vaapi_jpeg_decoder.cpp', 'db.cpp', 'ycbcr_converter.cpp', 'flags.cpp'] srcs += ['mainwindow.cpp', 'jpeg_frame_view.cpp', 'clip_list.cpp', 'frame_on_disk.cpp'] srcs += moc_files srcs += proto_generated @@ -49,14 +49,10 @@ foreach shader : shaders run_command('ln', '-s', join_paths(meson.current_source_dir(), shader), meson.current_build_dir()) endforeach -bin2h = executable('bin2h', 'bin2h.cpp') -bin2h_gen = generator(bin2h, \ - output : ['@PLAINNAME@.cpp'], - arguments : ['@INPUT@', '@PLAINNAME@', '@OUTPUT@']) shader_srcs = bin2h_gen.process(shaders) srcs += shader_srcs executable('futatabi', srcs, dependencies: [shareddep, qt5deps, libjpegdep, movitdep, libmicrohttpddep, protobufdep, sqlite3dep, vax11dep, vadrmdep, x11dep, libavformatdep, libavcodecdep, libavutildep, libswscaledep], link_with: shared) -executable('flow', 'flow_main.cpp', 'flow.cpp', 'gpu_timers.cpp', shader_srcs, dependencies: [epoxydep, sdl2dep, sdl2_imagedep]) +executable('flow', 'flow_main.cpp', 'flow.cpp', 'gpu_timers.cpp', shader_srcs, dependencies: [shareddep, epoxydep, sdl2dep, sdl2_imagedep]) executable('eval', 'eval.cpp', 'util.cpp') executable('vis', 'vis.cpp', 'util.cpp')