(cd$<;./configure --target=$(VPX_TARGET)--disable-install-bins--disable-install-srcs--disable-install-libs--disable-examples&&XCC=$(CC)XNM=$(NM)XSTRIP=$(STRIP) make && make install)
(cd$<;cp vp8/*.h vpx_codec/*.h vpx_ports/*.h $(PREFIX)/include)# Of course, why the hell would one expect it to be listed or in make install?
rm$(PREFIX)/include/config.h
.libvpx:libvpx
(cd$<;CROSS=$(HOST)- ./configure --target=$(VPX_TARGET)--disable-install-bins--disable-install-srcs--disable-install-libs--disable-examples&& make && make install)
(rm-rf$(PREFIX)/include/vpx/ &&mkdir$(PREFIX)/include/vpx/;cd$<&&cp vpx/*.h vpx_ports/*.h $(PREFIX)/include/vpx/)# Of course, why the hell would one expect it to be listed or in make install?
rm$(PREFIX)/include/vpx/config.h
(cd$<;$(RANLIB) libvpx.a &&cp libvpx.a $(PREFIX)/lib)# Of course, why the hell would one expect it to be listed or in make install?
(cd$<;$(HOSTCC) ./configure --prefix=$(PREFIX)--extra-cflags="$(CFLAGS)$(FFMPEG_CFLAGS)"--extra-ldflags="$(LDFLAGS)"$(FFMPEGCONF)--disable-shared--enable-static&& make && make install-libs install-headers)
(cd$<;$(HOSTCC) ./configure --prefix=$(PREFIX)--extra-cflags="$(CFLAGS)$(FFMPEG_CFLAGS) -DHAVE_STDINT_H"--extra-ldflags="$(LDFLAGS)"$(FFMPEGCONF)--disable-shared--enable-static&& make && make install-libs install-headers)
+{"rc_opt_occupancy", "number of bits which should be kept in the rc buffer during decoding", OFFSET(rc_optimal_buffer_occupancy), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|E},
+{"token_partitions", "Number of sub-streams in bitstream (1,2,4,8). Used for parallelized decoding.", OFFSET(token_partitions), FF_OPT_TYPE_INT, 1, 1, INT_MAX, V|E},