mingw-cross-env-list
[Top][All Lists]
Advanced

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

[Mingw-cross-env-list] Help with adding gstreamer-0.10


From: Nikos Chantziaras
Subject: [Mingw-cross-env-list] Help with adding gstreamer-0.10
Date: Tue, 04 Jun 2013 23:16:56 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6

The latest MXE ships with gstreamer 1.0. This is unfortunate, since its API is incompatible with 0.10. I'm trying to add the older version, but I'm not sure how to correctly write the mk for it. I've added this to index.html:

  <tr>
     <td id="gstreamer0.10-package">gstreamer0.10</td>
     <td id="gstreamer0.10-version">0.10.36</td>
<td id="gstreamer0.10-website"><a href="http://gstreamer.freedesktop.org/";>gstreamer</a></td>
  </tr>

But I've had to do this in the gstreamer0.10.mk:

  PKG             := gstreamer0.10
  $(PKG)_IGNORE   :=
  $(PKG)_CHECKSUM := 27931b00eb5d50bc477e32e2dda7440f4179e7ac
  $(PKG)_SUBDIR   := gstreamer-0.10.36
  $(PKG)_FILE     := gstreamer-0.10.36.tar.xz
$(PKG)_URL := http://gstreamer.freedesktop.org/src/gstreamer/$($(PKG)_FILE)

Which is of course stupid.  How would I write that correctly?




reply via email to

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