diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-16 21:05:12 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-16 21:10:58 +0100 |
commit | 4b0a61a9b953bed8e63be147e716bd9fb04740aa (patch) | |
tree | 9d5a59f87f92a50f74b76492c54a18127008ba76 /meta-oe | |
parent | eee2f55b2dcb6b3568b98f61abea3d01653dd84f (diff) | |
download | meta-openembedded-4b0a61a9b953bed8e63be147e716bd9fb04740aa.tar.gz |
libav: remove trailing backslash from comments
* http://lists.linuxtogo.org/pipermail/bitbake-devel/2012-December/003954.html
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-multimedia/libav/libav.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-multimedia/libav/libav.inc b/meta-oe/recipes-multimedia/libav/libav.inc index 32fcd6154..cd1204f47 100644 --- a/meta-oe/recipes-multimedia/libav/libav.inc +++ b/meta-oe/recipes-multimedia/libav/libav.inc | |||
@@ -15,10 +15,10 @@ INC_PR = "r6" | |||
15 | 15 | ||
16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
17 | 17 | ||
18 | # --enable-libgsm \ | 18 | # --enable-libgsm |
19 | # --enable-libmp3lame \ | 19 | # --enable-libmp3lame |
20 | # --enable-libschroedinger \ | 20 | # --enable-libschroedinger |
21 | # --enable-libvpx \ | 21 | # --enable-libvpx |
22 | 22 | ||
23 | B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" | 23 | B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" |
24 | 24 | ||