operasoftware/gstreamer
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
== Submodules == To check out submodules, type: $ git submodule update --init == Building on Linux == To build gstvp8dec, headers for libvpx must be installed in a system search path. $ cd unix $ make == Building on Mac == The code has been built successfully on MacOSX 10.7 (and it still ran successfully on 10.5). pkg-config and yasm from MacPorts are needed. To build gstvp8dec, headers for libvpx must be installed in a system search path, or pointed to by VPX_HEADERS (in the Makefile). $ cd macosx $ make release (or debug) If this fails, here are a couple of things to try: - Replace glib/autogen.sh with autogen.sh from a current glib. The current (2012-08-31) glib/autogen.sh is a handcoded version that among other things do not support automake 1.12. Current glib has a much shorter, standard version that works much better. - At the top of macosx/Makefile there is a varibale called VPX_HEADERS. If you do not have libvpx headers installed on the system, set this to "-I/path/to/opera_sources/platforms/media_backends/libvpx" (with the obvious substitution). - At the top of macosx/Makefile there are two variables called MACSDK_32 and MACSDK_64. Check that they point to working installs of the sdk. - At the top of macosx/Makefile there are two variables called CC and CXX. It should be fine to have them commented out, but if you need to specify the location of the compiler, these are the ones to use. == Building on Windows == Headers for libvpx must either be installed in a system search path, or libvpx must be checked out at ../libvpx (alongside gst-opera). To check out libvpx, type: $ git clone http://git.chromium.org/webm/libvpx.git To build gstdirectsoundsink, DirectX 9.0 SDK October 2004 Update must be unpacked (not installed) in dxsdk_oct2004. Download URL: http://www.microsoft.com/downloads/details.aspx?FamilyId=B7BC31FA-2DF1-44FD-95A4-C2555446AED4&displaylang=en
About
gstreamer modified by Opera Software
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published