Skip to content

Instantly share code, notes, and snippets.

@bakercp
Created May 17, 2013 22:16
Show Gist options
  • Save bakercp/5602350 to your computer and use it in GitHub Desktop.
Save bakercp/5602350 to your computer and use it in GitHub Desktop.
ofxOMXPlayer errors
In file included from ../../../addons/ofxOMXPlayer/libs/omxplayer/src/OMXPlayerVideo.h:11:0,
from ../../../addons/ofxOMXPlayer/src/ofxOMXVideoPlayer.h:13,
from src/developApp.h:5,
from src/developApp.cpp:1:
../../../addons/ofxOMXPlayer/libs/omxplayer/src/OMXVideo.h:38:0: warning: "CLASSNAME" redefined [enabled by default]
../../../addons/ofxOMXPlayer/libs/omxplayer/src/OMXEGLImage.h:15:0: note: this is the location of the previous definition
In file included from ../../../addons/ofxOMXPlayer/libs/omxplayer/src/DllAvFormat.h:4:0,
from ../../../addons/ofxOMXPlayer/libs/omxplayer/src/OMXClock.h:3,
from ../../../addons/ofxOMXPlayer/src/ofxOMXPlayer.h:13,
from src/developApp.h:4,
from src/developApp.cpp:1:
../../../addons/ofxOMXPlayer/libs/omxplayer/src/DllAvCodec.h: In member function ‘virtual int DllAvCodec::avcodec_encode_audio(AVCodecContext*, uint8_t*, int, const short int*)’:
../../../addons/ofxOMXPlayer/libs/omxplayer/src/DllAvCodec.h:116:120: warning: ‘int avcodec_encode_audio(AVCodecContext*, uint8_t*, int, const short int*)’ is deprecated (declared at ../../../addons/ofxOMXPlayer/libs/ffmpeg/include/libavcodec/avcodec.h:4189) [-Wdeprecated-declarations]
../../../addons/ofxOMXPlayer/libs/omxplayer/src/DllAvCodec.h:116:170: warning: ‘int avcodec_encode_audio(AVCodecContext*, uint8_t*, int, const short int*)’ is deprecated (declared at ../../../addons/ofxOMXPlayer/libs/ffmpeg/include/libavcodec/avcodec.h:4189) [-Wdeprecated-declarations]
In file included from ../../../addons/ofxOMXPlayer/libs/omxplayer/src/OMXPlayerAudio.h:15:0,
from ../../../addons/ofxOMXPlayer/src/ofxOMXPlayer.h:15,
from src/developApp.h:4,
from src/developApp.cpp:1:
../../../addons/ofxOMXPlayer/libs/omxplayer/src/OMXAudio.h: At global scope:
../../../addons/ofxOMXPlayer/libs/omxplayer/src/OMXAudio.h:66:24: error: ‘BYTE’ has not been declared
../../../addons/ofxOMXPlayer/libs/omxplayer/src/OMXAudio.h:67:24: error: ‘BYTE’ has not been declared
../../../addons/ofxOMXPlayer/libs/omxplayer/src/OMXAudio.h:104:3: error: ‘WAVEFORMATEXTENSIBLE’ does not name a type
In file included from ../../../addons/ofxOMXPlayer/libs/omxplayer/src/OMXPlayerAudio.h:16:0,
from ../../../addons/ofxOMXPlayer/src/ofxOMXPlayer.h:15,
from src/developApp.h:4,
from src/developApp.cpp:1:
../../../addons/ofxOMXPlayer/libs/omxplayer/src/OMXAudioCodecOMX.h:42:14: error: ‘BYTE’ has not been declared
../../../addons/ofxOMXPlayer/libs/omxplayer/src/OMXAudioCodecOMX.h:43:15: error: ‘BYTE’ has not been declared
../../../addons/ofxOMXPlayer/libs/omxplayer/src/OMXAudioCodecOMX.h:62:3: error: ‘BYTE’ does not name a type
src/developApp.cpp: In member function ‘virtual void developApp::exit()’:
src/developApp.cpp:162:11: warning: null argument where non-null required (argument 1) [-Wnonnull]
make[1]: *** [obj/linuxarmv6l/Release/src/developApp.o] Error 1
make: *** [Release] Error 2
pi@raspberrypi ~/openFrameworks/addons/ofxOMXPlayer/example $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment