HACKING.asciidoc: mention libxcb1-dev as a build dependency
authorAntonio Ospite <ao2@ao2.it>
Wed, 29 Jun 2016 16:56:49 +0000 (18:56 +0200)
committerAntonio 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

index 3e55f6a..bf8cc28 100644 (file)
@@ -17,7 +17,8 @@ On a Debian based system, the dependencies can be installed with this command:
                           libavformat-dev \
                           libavcodec-dev \
                           libavdevice-dev \
                           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
 
 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