Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 504270
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- libtheora-1.1.1/examples/Makefile.am.old    2014-03-11 23:15:39.804712924 +0000
0
++ libtheora-1.1.1/examples/Makefile.am        2014-03-11 23:15:45.924690020 +0000
Lines 22-28 Link Here
22
22
23
player_example_SOURCES = player_example.c
23
player_example_SOURCES = player_example.c
24
player_example_CFLAGS = $(SDL_CFLAGS) $(OGG_CFLAGS) $(VORBIS_CFLAGS)
24
player_example_CFLAGS = $(SDL_CFLAGS) $(OGG_CFLAGS) $(VORBIS_CFLAGS)
25
player_example_LDADD = $(LDADDDEC) $(SDL_LIBS) $(VORBIS_LIBS) $(OSS_LIBS)
25
player_example_LDADD = $(LDADDDEC) $(SDL_LIBS) $(VORBIS_LIBS) $(OSS_LIBS) -lm
26
26
27
encoder_example_SOURCES = encoder_example.c
27
encoder_example_SOURCES = encoder_example.c
28
EXTRA_encoder_example_SOURCES = getopt.c getopt1.c getopt.h
28
EXTRA_encoder_example_SOURCES = getopt.c getopt1.c getopt.h

Return to bug 504270