Displaying 8 results from an estimated 8 matches for "apiwrapp".
Did you mean:
apiwrapper
2009 Jul 25
1
compiling libtheora-1.1alpha2
...s
"
libtool: Version mismatch error. This is libtool 2.2.6 Debian-2.2.6a-1ubuntu1, but the
libtool: definition of this LT_INIT comes from libtool 2.2.4.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 Debian-2.2.6a-1ubuntu1
libtool: and run autoconf again.
make[2]: *** [apiwrapper.lo] Error 63
"
i have reran ./configure and ./autogen.sh with a fresh copy of the folder also
complete output bellow:
myth at mythtv-box:~/libtheora-1.1alpha2$ ./autogen.sh
checking for autoconf...
checking for automake 1.6 or later... automake
checking for aclocal 1.6 or later... aclocal...
2008 Apr 10
2
Delay occurred when the makefile change
...c_arch_dir = enc/x86_32
encoder_arch_sources= \
$(enc_arch_dir)/dct_decode_mmx.c \
$(enc_arch_dir)/dsp_mmx.c \
$(enc_arch_dir)/dsp_mmxext.c \
$(enc_arch_dir)/recon_mmx.c \
$(enc_arch_dir)/idct_mmx.c \
$(enc_arch_dir)/fdct_mmx.c
endif
endif
endif
decoder_sources = \
dec/apiwrapper.c \
dec/decapiwrapper.c \
dec/decinfo.c \
dec/decode.c \
dec/dequant.c \
dec/fragment.c \
dec/huffdec.c \
dec/idct.c \
dec/info.c \
dec/internal.c \
dec/quant.c \
dec/state.c
if CPU_x86_64
decoder_x86_sources = \
dec/x86/mmxidct.c \
dec/x86/mmx...
2008 Apr 21
1
Compile libtheora 1.0beta3 with VS2005
...#39;: No
such file or directory c:\Documents and
Settings\Manoj\Desktop\libtheora-1.0beta3\include\theora\theora.h 28
Error 6 fatal error C1083: Cannot open include file: 'ogg/ogg.h': No
such file or directory c:\documents and
settings\manoj\desktop\libtheora-1.0beta3\lib\dec\apiwrapper.h 20
Error 7 fatal error C1083: Cannot open include file: 'ogg/ogg.h': No
such file or directory c:\documents and
settings\manoj\desktop\libtheora-1.0beta3\lib\dec\bitwise.h 19
Error 8 fatal error C1083: Cannot open include file: 'ogg/ogg.h': No
such file or d...
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
...c_arch_dir = enc/x86_32
encoder_arch_sources= \
$(enc_arch_dir)/dct_decode_mmx.c \
$(enc_arch_dir)/dsp_mmx.c \
$(enc_arch_dir)/dsp_mmxext.c \
$(enc_arch_dir)/recon_mmx.c \
$(enc_arch_dir)/idct_mmx.c \
$(enc_arch_dir)/fdct_mmx.c
endif
endif
endif
decoder_sources = \
dec/apiwrapper.c \
dec/decapiwrapper.c \
dec/decinfo.c \
dec/decode.c \
dec/dequant.c \
dec/fragment.c \
dec/huffdec.c \
dec/idct.c \
dec/info.c \
dec/internal.c \
dec/quant.c \
dec/state.c
if CPU_x86_64
decoder_x86_sources = \
dec/x86/mmxidct.c \
dec/x86/mmx...
2011 Apr 22
2
Can't compile libtheora vs2010
...rectory
1> decode.c (TaskId:16)
1>c1 : fatal error C1083: Cannot open source file: '..\lib\dec\decode.c': No
such file or directory
1> decinfo.c (TaskId:16)
1>c1 : fatal error C1083: Cannot open source file: '..\lib\dec\decinfo.c':
No such file or directory
1> decapiwrapper.c (TaskId:16)
1>c1 : fatal error C1083: Cannot open source file:
'..\lib\dec\decapiwrapper.c': No such file or directory
1> bitpack.c (TaskId:16)
1>c1 : fatal error C1083: Cannot open source file: '..\lib\dec\bitpack.c':
No such file or directory
1> apiwrapper.c (T...
2007 Oct 09
1
VC6 Patch
...O_ASSEMBLY" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -85,132 +85,264 @@
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
-SOURCE=..\lib\blockmap.c
+SOURCE=..\lib\dec\apiwrapper.c
# End Source File
# Begin Source File
-SOURCE=..\lib\comment.c
+SOURCE=..\lib\enc\blockmap.c
# End Source File
# Begin Source File
-SOURCE=..\lib\dct.c
+SOURCE=..\lib\enc\common.c
# End Source File
# Begin Source File
-SOURCE=..\lib\dct_decode.c
+SOURCE=..\lib\cpu.c
# End Source Fi...
2014 May 05
1
Application crushes
...t
jni/theorarm/src/dec/decinfo.c:171
#2 0x673fb160 in th_decode_headerin (_info=0x6dca52b0, _tc=0x6728ebd8,
_setup=0x6728eedc, _op=0x6728ebb8) at jni/theorarm/src/dec/decinfo.c:240
#3 0x673fa43c in theora_decode_header (_ci=0x6728ebe8, _cc=0x6728ebd8,
_op=0x6728ebb8) at jni/theorarm/src/dec/decapiwrapper.c:150
Android.mk:
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := theorARM
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include \
$(LOCAL_PATH)/src \
$(LOCAL_PATH)/src/dec
LOCAL_SRC_FILES := src/dec/apiwrapper.c \
src/dec/internal.c \
src/dec/info.c \
src/dec/...
2018 Dec 16
0
Build from Source on MSVC 2017 cl and MSYS2 32 bit
...llgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1'
Making all in lib
make[3]: Entering directory
'/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1/lib'
make all-am
make[4]: Entering directory
'/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1/lib'
CC apiwrapper.lo
CC bitpack.lo
CC decapiwrapper.lo
CC decinfo.lo
CC decode.lo
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27024.1 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'O' has been deprecated and wi...