projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25e8c0c
)
HACKING.asciidoc: mention libxcb1-dev as a build dependency
author
Antonio Ospite <ao2@ao2.it>
Wed, 29 Jun 2016 16:56:49 +0000
(18:56 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Wed, 29 Jun 2016 17:01:27 +0000
(19:01 +0200)
Without libxcb1-dev am7xxx-play can't figure out the screen dimensions.
HACKING.asciidoc
patch
|
blob
|
history
diff --git
a/HACKING.asciidoc
b/HACKING.asciidoc
index
3e55f6a
..
bf8cc28
100644
(file)
--- a/
HACKING.asciidoc
+++ b/
HACKING.asciidoc
@@
-17,7
+17,8
@@
On a Debian based system, the dependencies can be installed with this command:
libavformat-dev \
libavcodec-dev \
libavdevice-dev \
- libswscale-dev
+ libswscale-dev \
+ libxcb1-dev
With libav/ffmpeg version previous than 0.9 this patch is needed:
http://git.ao2.it/libam7xxx.git/blob_plain/refs/heads/debian:/debian/patches/0001-Revert-am7xxx-play-switch-to-avcodec_encode_video2.patch