summaryrefslogtreecommitdiffstats
path: root/rules/libtheora.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-02-25 09:26:11 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2009-02-25 09:26:11 +0000
commit29e1add3ce753b1999b5d3b41d140b9fcbadd760 (patch)
treebd6dc0d1d3d8ccc1c6c99bb1d0d3b4fac691b143 /rules/libtheora.make
parentf7f34575024fed83d3695a5a09fba6e6246ba8f9 (diff)
downloadptxdist-29e1add3ce753b1999b5d3b41d140b9fcbadd760.tar.gz
ptxdist-29e1add3ce753b1999b5d3b41d140b9fcbadd760.tar.xz
* theora library: Fix shared library's revision number for
targetinstall git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9835 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libtheora.make')
-rw-r--r--rules/libtheora.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/libtheora.make b/rules/libtheora.make
index d03538067..c3ceb5254 100644
--- a/rules/libtheora.make
+++ b/rules/libtheora.make
@@ -146,13 +146,13 @@ $(STATEDIR)/libtheora.targetinstall:
@$(call install_copy, libtheora, 0, 0, 0644, \
$(LIBTHEORA_DIR)/lib/.libs/libtheoradec.so.1.0.1, \
/usr/lib/libtheoradec.so.1.0.1)
- @$(call install_link, libtheora, libtheoradec.so.1.0.1, /usr/lib/libtheoradec.so.0)
+ @$(call install_link, libtheora, libtheoradec.so.1.0.1, /usr/lib/libtheoradec.so.1)
@$(call install_link, libtheora, libtheoradec.so.1.0.1, /usr/lib/libtheoradec.so)
@$(call install_copy, libtheora, 0, 0, 0644, \
$(LIBTHEORA_DIR)/lib/.libs/libtheoraenc.so.1.0.1, \
/usr/lib/libtheoraenc.so.1.0.1)
- @$(call install_link, libtheora, libtheoraenc.so.1.0.1, /usr/lib/libtheoraenc.so.0)
+ @$(call install_link, libtheora, libtheoraenc.so.1.0.1, /usr/lib/libtheoraenc.so.1)
@$(call install_link, libtheora, libtheoraenc.so.1.0.1, /usr/lib/libtheoraenc.so)
@$(call install_finish, libtheora)