--- libtheora-1.1.1/examples/Makefile.am.old 2014-03-11 23:15:39.804712924 +0000 +++ libtheora-1.1.1/examples/Makefile.am 2014-03-11 23:15:45.924690020 +0000 @@ -22,7 +22,7 @@ player_example_SOURCES = player_example.c player_example_CFLAGS = $(SDL_CFLAGS) $(OGG_CFLAGS) $(VORBIS_CFLAGS) -player_example_LDADD = $(LDADDDEC) $(SDL_LIBS) $(VORBIS_LIBS) $(OSS_LIBS) +player_example_LDADD = $(LDADDDEC) $(SDL_LIBS) $(VORBIS_LIBS) $(OSS_LIBS) -lm encoder_example_SOURCES = encoder_example.c EXTRA_encoder_example_SOURCES = getopt.c getopt1.c getopt.h