Skip to content

Commit

Permalink
Merge branch 'hotfix/update-readme'
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Morua Vindas committed Jan 5, 2022
2 parents 01df710 + 063c780 commit d50ddc4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ A GStreamer element to measure framerate, bitrate and CPU usage

On Debian-based systems:
```bash
./autogen
./configure --prefix /usr/ --libdir /usr/lib/x86_64-linux-gnu/
./autogen.sh
./configure --prefix /usr/ --libdir /usr/lib/$(uname -m)-linux-gnu/
make
sudo make install
```
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AC_PREREQ([2.53])
dnl package name and package version
dnl NOTE: whenever you change this, also update debian/changelog
dnl (e.g., run `dch -i`).
AC_INIT([gst-perf],[0.3.0])
AC_INIT([gst-perf],[0.3.1])

dnl required versions of gstreamer and plugins-base
GST_REQUIRED=1.0.0
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
gst-perf (0.3.1-1) UNRELEASED; urgency=medium

* Fix readme

-- RidgeRun Engineering <[email protected]> Wed, 05 Jan 2021 11:17:00 -0600


gst-perf (0.3.0-1) UNRELEASED; urgency=medium

* Initial .deb release
Expand Down

0 comments on commit d50ddc4

Please sign in to comment.