]> git.sesse.net Git - vlc/blobdiff - plugins/alsa/Makefile
* Made everything ready for a vlc-0.2.91 / libdvdcss-1.0.0 release.
[vlc] / plugins / alsa / Makefile
index b6370c369308e87149320e230fb47181eaf798f4..db93956f23f2e0096ca64c9a186c22a8accdfdb3 100644 (file)
@@ -23,7 +23,7 @@ include ../../Makefile.modules
 #
 
 ../alsa.so: $(PLUGIN_C)
-       $(CC) $(PCFLAGS) -o $@ $^ $(PLCFLAGS) $(LIB_ALSA)
+       $(CC) $(PCFLAGS) -o $@ $^ $(PLCFLAGS) $(LIB_ALSA) -lasound -lm -ldl
 
 ../alsa.a: $(BUILTIN_C)
        ar r $@ $^