Skip to content
Snippets Groups Projects
Commit e0558395 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

meson: add wingdi video output

parent 49979663
No related branches found
No related tags found
Loading
......@@ -28,4 +28,11 @@ if have_win_desktop
'sources' : files('direct3d9.c', 'common.c', 'events.c', 'sensors.cpp', 'win32touch.c'),
'link_with' : [ d3d9_common_lib, chroma_copy_lib ]
}
# GDI video output
vlc_modules += {
'name' : 'wingdi',
'sources' : files('wingdi.c', 'common.c', 'events.c', 'win32touch.c'),
'link_with' : [ chroma_copy_lib ]
}
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment