Well, I got it to work as follows:
I installed the 5.3 version of GCC/G++.
Downloaded and compiled wxWidget since it must match the compiler version.
Downloaded ffmpeg from ffmpeg.org via git clone and installed into /usr/local. I did not uninstall the existing which is installed in /usr.
I used the code:blocks ide and added the /usr/local to the search and link tabs.
I also used the following linker options:
s
-lGL -lGLU -lglut -ldl -lmpg123 -lX11
-lavformat -lavcodec -lavutil -lswresample -lswscale -lz -llzma -lm -lva
`sdl-config --libs`
`wx-config --version=3.0 --libs std,media,gl,aui`
I had to add the -lz, -llzma, -lm, and -lva libraries to make it all work.
I am now running on Mint 17.3 which is based on Ubuntu 14.04.
Hope someone finds this helpful.