Commit 8c48a995 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

DShow does not need packet.c anymore

parent 1a2cdc6d
...@@ -65,7 +65,7 @@ if HAVE_WASAPI ...@@ -65,7 +65,7 @@ if HAVE_WASAPI
libvlc_LTLIBRARIES += libmmdevice_plugin.la libvlc_LTLIBRARIES += libmmdevice_plugin.la
endif endif
libdirectsound_plugin_la_SOURCES = directx.c windows_audio_common.h packet.c libdirectsound_plugin_la_SOURCES = directx.c windows_audio_common.h
libdirectsound_plugin_la_CFLAGS = $(AM_CFLAGS) libdirectsound_plugin_la_CFLAGS = $(AM_CFLAGS)
libdirectsound_plugin_la_LIBADD = $(AM_LIBADD) -lole32 libdirectsound_plugin_la_LIBADD = $(AM_LIBADD) -lole32
if HAVE_DIRECTX if HAVE_DIRECTX
......
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