Skip to content

Instantly share code, notes, and snippets.

View mepsteinj's full-sized avatar
💭
null

Michael Epstein mepsteinj

💭
null
  • Chile
View GitHub Profile
@mepsteinj
mepsteinj / ffmpeg-nonfree-build-ubuntu-16.04.sh
Created December 1, 2019 03:39 — forked from silverkorn/ffmpeg-nonfree-build-ubuntu-16.04.sh
An automated script to build FFmpeg non-free on Debian/Ubuntu with as much features as possible. (Including mediainfo for debugging) Raw
# TODO: Verify to link statically some dependencies usually not available in a default instllation of RHEL/CentOS (ex.: libxcb)
###################
## Configuration ##
###################
FFMPEG_CPU_COUNT=$(nproc)
FFMPEG_ENABLE="--enable-gpl --enable-version3 --enable-nonfree --enable-runtime-cpudetect --enable-gray --enable-openssl --enable-libfreetype"
FFMPEG_HOME=/usr/local/src/ffmpeg
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.lineage2.co.kr/ui" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="AbsoluteSize">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute type="xs:int" name="width" use="required"/>
<xs:attribute type="xs:int" name="height" use="required"/>
</xs:extension>