gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10226: pass LIBAVCODEC_IDENT when c


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10226: pass LIBAVCODEC_IDENT when compiling so --version gets the right value.
Date: Tue, 04 Nov 2008 18:01:46 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10226
committer: address@hidden
branch nick: trunk
timestamp: Tue 2008-11-04 18:01:46 -0700
message:
  pass LIBAVCODEC_IDENT when compiling so --version gets the right value.
modified:
  gui/Makefile.am
=== modified file 'gui/Makefile.am'
--- a/gui/Makefile.am   2008-10-25 21:37:00 +0000
+++ b/gui/Makefile.am   2008-11-05 01:01:46 +0000
@@ -42,12 +42,13 @@
        -I$(top_srcdir)/libltdl \
         -I$(top_srcdir)/libbase \
         -I$(top_srcdir)/backend \
-       -I$(top_srcdir)/libmedia \
+       -I$(top_srcdir)/libmedia \
        -I$(top_srcdir)/libsound \
        -I$(top_srcdir)/libmedia/ffmpeg \
        -I$(top_srcdir)/libmedia/gst \
        -DLOCALEDIR=\"$(localedir)\" \
        -DPLUGINSDIR=\"$(pluginsdir)\" \
+       -DLIBAVCODEC_IDENT=\"$(LIBAVCODEC_IDENT)\" \
         $(LIBXML_CFLAGS) \
         $(DMALLOC_CFLAGS) \
        $(LIRC_CFLAGS) \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]