]> git.sesse.net Git - vlc/blobdiff - plugins/x11/Makefile
* Mandatory step for video output IV and the audio output quality
[vlc] / plugins / x11 / Makefile
index 30a2426c95149b91147e10c8d2312698fd09d2b0..0c792f1d909a3080278242eac4412842b5578174 100644 (file)
@@ -42,6 +42,7 @@ endif
 
 ../../lib/x11.a: $(BUILTIN_X11)
        ar r $@ $^
+       $(RANLIB) $@
 
 ../../lib/xvideo.so: $(PLUGIN_XVIDEO)
 ifeq ($(SYS),nto-qnx)
@@ -52,4 +53,5 @@ endif
 
 ../../lib/xvideo.a: $(BUILTIN_XVIDEO)
        ar r $@ $^
+       $(RANLIB) $@