Kaydet (Commit) 8a8dd41e authored tarafından Damjan Jovanovic's avatar Damjan Jovanovic

DirectShow moved from DirectX to the Windows API

at least 10 years ago, so don't require DirectX
to build the avmediawin library which uses DirectShow.

Patch by: me
üst 5b3de150
......@@ -50,12 +50,10 @@ $(eval $(call gb_Module_add_targets,avmedia,\
endif
ifeq ($(GUI),WNT)
ifneq ($(strip $(ENABLE_DIRECTX)),)
$(eval $(call gb_Module_add_targets,avmedia,\
Library_avmediawin \
))
endif
endif
ifeq ($(GUIBASE),aqua)
$(eval $(call gb_Module_add_targets,avmedia,\
......
......@@ -326,6 +326,7 @@ my_components += \
.IF "$(OS)" == "WNT"
my_components += \
ado \
component/avmedia/source/win/avmediawin \
component/dtrans/source/generic/dtrans \
component/dtrans/util/dnd \
component/dtrans/util/ftransl \
......@@ -352,7 +353,6 @@ my_components += \
.IF "$(OS)" == "WNT" && "$(ENABLE_DIRECTX)" != ""
my_components += \
component/avmedia/source/win/avmediawin \
component/canvas/source/directx/directx9canvas \
component/canvas/source/directx/gdipluscanvas
.END
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment