search for: player_example_object

Displaying 1 result from an estimated 1 matches for "player_example_object".

Did you mean: player_example_objects
2006 Jun 02
0
Re: Update libtheora-1.0alpha6
...07:24:15 2006 @@ -0,0 +1,12 @@ +$OpenBSD$ +--- examples/Makefile.in.orig Tue May 30 17:47:41 2006 ++++ examples/Makefile.in Wed May 31 07:24:09 2006 +@@ -216,7 +216,7 @@ encoder_example$(EXEEXT): $(encoder_exam + player_example-player_example.$(OBJEXT): player_example.c + player_example$(EXEEXT): $(player_example_OBJECTS) $(player_example_DEPENDENCIES) + @rm -f player_example$(EXEEXT) +- $(LINK) $(player_example_LDFLAGS) $(player_example_OBJECTS) $(player_example_LDADD) $(LIBS) ++ #$(LINK) $(player_example_LDFLAGS) $(player_example_OBJECTS) $(player_example_LDADD) $(LIBS) + + mostlyclean-compile: + -rm -f *.$(...