diff options
author | davilla <davilla@4pi.com> | 2011-09-23 09:08:25 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2011-09-23 09:08:48 -0400 |
commit | 9b98d0fb873e006714117b4aa1b63449434f7607 (patch) | |
tree | fe94e1bf0ecb86de64d452ba62c8d305107a0884 /lib | |
parent | 442f16c3a0aadf36a17d89b832f31470679e1a2f (diff) |
[linux] fixed, cannot load swscale on arm. treat swscale like the others and cp the .so
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 778f525aeb..3550582bf5 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -125,15 +125,8 @@ $(SYSDIR)/avformat-52-$(ARCH).so: $(WRAPPER) ffmpeg/libavformat/libavformat.so $(SYSDIR)/avfilter-1-$(ARCH).so: $(WRAPPER) ffmpeg/libavfilter/libavfilter.so cp ffmpeg/libavfilter/libavfilter.so $@ -ifneq ($(ARCH), arm) $(SYSDIR)/swscale-0-$(ARCH).so: $(WRAPPER) ffmpeg/libswscale/libswscale.so cp ffmpeg/libswscale/libswscale.so $@ -else # No ARM version of swscale available yet. -$(SYSDIR)/swscale-0-$(ARCH).so: $(WRAPPER) ffmpeg/libswscale/libswscale.so - $(CC) -o $@ $(LDFLAGS) -Wl,--soname,$@ -Wl,-Bsymbolic \ - ffmpeg/libswscale/*.o \ - `cat $(WRAPPER:.o=.def)` $(WRAPPER) -endif $(SYSDIR)/postproc-51-$(ARCH).so: $(WRAPPER) ffmpeg/libpostproc/libpostproc.so cp ffmpeg/libpostproc/libpostproc.so $@ |