Przeglądaj źródła

gst1-libav: fix configure

Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill 10 lat temu
rodzic
commit
9a3f00d37a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      multimedia/gst1-libav/Makefile

+ 1
- 1
multimedia/gst1-libav/Makefile Wyświetl plik

@@ -145,8 +145,8 @@ LIBAV_CONFIGURE_PARSERS:=$(call FILTER_CONFIG,PARSER,parser,$(LIBAV_PARSERS))
145 145
 LIBAV_CONFIGURE_PROTOCOLS:=$(call FILTER_CONFIG,PROTOCOL,protocol,$(LIBAV_PROTOCOLS))
146 146
 
147 147
 CONFIGURE_ARGS += \
148
-	--with-libav-extra-configure="--target-os=linux \
149 148
 	--without-system-libav \
149
+	--with-libav-extra-configure="--target-os=linux \
150 150
 	--disable-bsfs \
151 151
 	--disable-devices \
152 152
 	--disable-encoders \